This commit is contained in:
Astra 2018-04-24 22:59:35 -04:00
parent 8d3b5f2db7
commit e5855c27d2
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@
);
// check for epapi updates
/*(function () {
(function () {
// fetch the latest build of epapi
fetch('https://endpwn.github.io/epapi/epapi.js?_=' + Date.now()).then(x => x.text()).then(x => {
@ -149,7 +149,7 @@
});
})();*/
})();
});