« get me outta code hell

client: fix initial variable definitions for scripted nav links - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-12-23 10:13:02 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-12-29 16:31:21 -0400
commit9c5c6489311f0e2064471babba958fa9d149b6ff (patch)
treed55f512fab8a0e3a48360eeec03f9ce2b9e8f563 /src/static
parente673e1d6983f05885cbc596e2fc19fa5d0f302ac (diff)
client: fix initial variable definitions for scripted nav links
Diffstat (limited to 'src/static')
-rw-r--r--src/static/client3.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/static/client3.js b/src/static/client3.js
index ce05771..62cf5dd 100644
--- a/src/static/client3.js
+++ b/src/static/client3.js
@@ -133,9 +133,9 @@ const scriptedLinkInfo = clientInfo.scriptedLinkInfo = {
   randomLinks: null,
   revealLinks: null,
 
-  nextLink: null,
-  previousLink: null,
-  randomLink: null,
+  nextNavLink: null,
+  previousNavLink: null,
+  randomNavLink: null,
 
   state: {
     albumDirectories: null,