« get me outta code hell

fix "random" links going to "undefined" - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/upd8.js
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-03-16 16:10:16 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-03-16 16:10:16 -0300
commit6911f037d68763d1331c877df6b97160c1a9682e (patch)
tree4fabd53deb128e3a518dd69e2030a03811ec6895 /upd8.js
parent8b32886b0f5dedd63eb10592ce0ef6d1233689c5 (diff)
fix "random" links going to "undefined"
Diffstat (limited to 'upd8.js')
-rwxr-xr-xupd8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js
index 2d08b9c..ace352f 100755
--- a/upd8.js
+++ b/upd8.js
@@ -131,7 +131,7 @@ const genThumbs = require('./gen-thumbs');
 
 const C = require('./common/common');
 
-const CACHEBUST = 3;
+const CACHEBUST = 4;
 
 const WIKI_INFO_FILE = 'wiki-info.txt';
 const HOMEPAGE_INFO_FILE = 'homepage.txt';