mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
remove cachebusting from goodies.json for performance reasons
This commit is contained in:
parent
afa6312b6f
commit
2d25e60680
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue