i take it back

This commit is contained in:
Astra 2018-04-22 06:03:27 -04:00
parent 2d25e60680
commit 9b4cebc296

View file

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