diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-05-22 12:00:01 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-05-22 12:00:23 -0300 |
commit | f6bd91ea9beef64e0ff0865560219a64a367bb5b (patch) | |
tree | 053700f2bc57d395148d90b77daa6e4e3cb4a849 /src/upd8.js | |
parent | 3b542d286f66e54cb10507fb196a61b7b2f1ee94 (diff) |
divide referenced-by lists by configurable groups
...instead of hard-coding 'em
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-x | src/upd8.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js index 394af80e..3294ba73 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -92,6 +92,7 @@ import { generateCoverLink, generateInfoGalleryLinks, generatePreviousNextLinks, + generateTrackListDividedByGroups, getAlbumGridHTML, getAlbumStylesheet, getArtistString, @@ -2111,6 +2112,11 @@ async function main() { language }); + bound.generateTrackListDividedByGroups = bindOpts(generateTrackListDividedByGroups, { + language, + wikiData, + }); + bound.getGridHTML = bindOpts(getGridHTML, { [bindOpts.bindIndex]: 0, img, |