« 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.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 89984c0..bb03c1a 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -85,6 +85,7 @@ import {
   generateCoverLink,
   generateInfoGalleryLinks,
   generateNavigationLinks,
+  generateStickyHeadingContainer,
   generateTrackListDividedByGroups,
   getAlbumGridHTML,
   getAlbumStylesheet,
@@ -2462,6 +2463,10 @@ async function main() {
           language,
         });
 
+        bound.generateStickyHeadingContainer = bindOpts(generateStickyHeadingContainer, {
+          html,
+        });
+
         bound.generateChronologyLinks = bindOpts(generateChronologyLinks, {
           html,
           language,