diff --git a/shared.js b/shared.js index 51dc4e3..53813f8 100644 --- a/shared.js +++ b/shared.js @@ -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);