« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/upd8.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-xsrc/upd8.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 56fdcf4..35f7d6e 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -5158,14 +5158,14 @@ function chronologyLinks(currentThing, {
         const next = releasedThings[index + 1];
         const parts = [
             previous && linkAnythingMan(previous, {
-                link,
-                text: strings('misc.nav.previous'),
-                wikiData
+                link, wikiData,
+                color: false,
+                text: strings('misc.nav.previous')
             }),
             next && linkAnythingMan(next, {
-                link,
-                text: strings('misc.nav.next'),
-                wikiData
+                link, wikiData,
+                color: false,
+                text: strings('misc.nav.next')
             })
         ].filter(Boolean);