« 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.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 9bf4a5b..d735026 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -89,7 +89,7 @@ import {
   getFlashGridHTML,
   getFooterLocalizationLinks,
   getGridHTML,
-  getMontageHTML,
+  getCarouselHTML,
   getRevealStringFromTags,
   getRevealStringFromWarnings,
   getThemeString as unbound_getThemeString,
@@ -147,7 +147,7 @@ import FileSizePreloader from './file-size-preloader.js';
 
 const __dirname = path.dirname(fileURLToPath(import.meta.url));
 
-const CACHEBUST = 15;
+const CACHEBUST = 16;
 
 let COMMIT;
 try {
@@ -2494,7 +2494,7 @@ async function main() {
           getGridHTML: bound.getGridHTML,
         });
 
-        bound.getMontageHTML = bindOpts(getMontageHTML, {
+        bound.getCarouselHTML = bindOpts(getCarouselHTML, {
           [bindOpts.bindIndex]: 0,
           img,
           html,