diff options
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-x | src/upd8.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js index 20b0d28b..3d5da125 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -89,6 +89,7 @@ import { getFlashGridHTML, getFooterLocalizationLinks, getGridHTML, + getMontageHTML, getRevealStringFromTags, getRevealStringFromWarnings, getThemeString as unbound_getThemeString, @@ -2488,6 +2489,12 @@ async function main() { getGridHTML: bound.getGridHTML, }); + bound.getMontageHTML = bindOpts(getMontageHTML, { + [bindOpts.bindIndex]: 0, + img, + html, + }) + bound.getAlbumStylesheet = bindOpts(getAlbumStylesheet, { to, }); |