mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
??????
This commit is contained in:
parent
8d3b5f2db7
commit
e5855c27d2
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@
|
||||||
);
|
);
|
||||||
|
|
||||||
// check for epapi updates
|
// check for epapi updates
|
||||||
/*(function () {
|
(function () {
|
||||||
|
|
||||||
// fetch the latest build of epapi
|
// fetch the latest build of epapi
|
||||||
fetch('https://endpwn.github.io/epapi/epapi.js?_=' + Date.now()).then(x => x.text()).then(x => {
|
fetch('https://endpwn.github.io/epapi/epapi.js?_=' + Date.now()).then(x => x.text()).then(x => {
|
||||||
|
@ -149,7 +149,7 @@
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
})();*/
|
})();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue