remove cachebusting from goodies.json for performance reasons

This commit is contained in:
Astra 2018-04-22 06:02:06 -04:00
parent afa6312b6f
commit 2d25e60680
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
};
// fetch goodies.json
fetch('https://endpwn.cathoderay.tube/goodies.json?_=' + Date.now())
fetch('https://endpwn.cathoderay.tube/goodies.json')
.then(x => x.json())
.then(r => __goodies = r);