From 5e156be05f4a2a0519e48eb970d0f05a6a12d46e Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 28 Dec 2022 17:29:07 -0400 Subject: montage -> carousel --- src/upd8.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/upd8.js') diff --git a/src/upd8.js b/src/upd8.js index 9bf4a5b8..d7350264 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, -- cgit 1.3.0-6-gf8a5