« get me outta code hell

client: fix commentary sidebar failing to initialize - 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>2024-01-29 20:28:33 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-29 20:28:33 -0400
commit10d442d8d4fb9e1eb5ceaf31260733e5687ad84c (patch)
treeace44f888c35304ac22bcbe2d5efd950f35fe66e /src/static
parent09f8203ebb58e03c6d55be46c0a0bae60ba3246a (diff)
client: fix commentary sidebar failing to initialize
Diffstat (limited to 'src/static')
-rw-r--r--src/static/client3.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/client3.js b/src/static/client3.js
index 77e7e92..1ddccbb 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,