From 2d25e606807b2035917aff3e4942ee6bc724f56a Mon Sep 17 00:00:00 2001 From: Astra Date: Sun, 22 Apr 2018 06:02:06 -0400 Subject: [PATCH] remove cachebusting from goodies.json for performance reasons --- shared.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared.js b/shared.js index 53813f8..51dc4e3 100644 --- a/shared.js +++ b/shared.js @@ -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);