This commit is contained in:
Astra 2018-04-19 04:01:31 -04:00
parent 14744a73c0
commit f7e8c68a00
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
// fetch goodies.json
fetch('https://endpwn.github.io/goodies.json?_=' + Date.now())
.then(x => x.text())
.then(x => x.json())
.then(r => __goodies = r);
// EndPwn3 specific features