« get me outta code hell

show previous/next links in tag nav bar - 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:
author(quasar) nebula <towerofnix@gmail.com>2021-06-10 16:57:02 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-06-10 16:57:02 -0300
commit4b04056f18555824dde09914553fde71ad2e009b (patch)
tree581d54a1c08769bd9fe9c566eef8c6501ec04bf6 /src/upd8.js
parent3318ceb4b7685abeaa2daec111ef503feacaefd9 (diff)
show previous/next links in tag nav bar
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-xsrc/upd8.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 8652f65..e2a5b73 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -2449,6 +2449,8 @@ async function main() {
         }
     }
 
+    WD.tagData.sort(sortByName);
+
     WD.groupData = await processGroupDataFile(path.join(dataPath, GROUP_DATA_FILE));
     if (WD.groupData.error) {
         console.log(`\x1b[31;1m${WD.groupData.error}\x1b[0m`);