diff options
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 |
commit | 9c5c6489311f0e2064471babba958fa9d149b6ff (patch) | |
tree | d55f512fab8a0e3a48360eeec03f9ce2b9e8f563 /src | |
parent | e673e1d6983f05885cbc596e2fc19fa5d0f302ac (diff) |
client: fix initial variable definitions for scripted nav links
Diffstat (limited to 'src')
-rw-r--r-- | src/static/client3.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/static/client3.js b/src/static/client3.js index ce057712..62cf5ddf 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, |