diff options
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,10 +55,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; - }); + });*/ }); } |