mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
i take it back
This commit is contained in:
parent
2d25e60680
commit
9b4cebc296
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue