diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-01-29 20:28:33 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-01-29 20:28:33 -0400 |
commit | 10d442d8d4fb9e1eb5ceaf31260733e5687ad84c (patch) | |
tree | ace44f888c35304ac22bcbe2d5efd950f35fe66e /src | |
parent | 09f8203ebb58e03c6d55be46c0a0bae60ba3246a (diff) |
client: fix commentary sidebar failing to initialize
Diffstat (limited to 'src')
-rw-r--r-- | src/static/client3.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/client3.js b/src/static/client3.js index 77e7e92e..1ddccbb1 100644 --- a/src/static/client3.js +++ b/src/static/client3.js @@ -2160,6 +2160,7 @@ clientSteps.addPageListeners.push(addDatestampTooltipPageListeners); const albumCommentarySidebarInfo = initInfo('albumCommentarySidebarInfo', { sidebar: null, + sidebarHeading: null, sidebarTrackLinks: null, sidebarTrackDirectories: null, |