diff options
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,10 +67,10 @@ function cacheReload() { refresh().then(data => { console.log("Refresh halfway done!"); serverCache = data; - /*pkRefresh().then(data => { + pkRefresh().then(data => { console.log("Refresh totally done!"); pluralCache = data; - });*/ + }); }); } |