diff --git a/shared.js b/shared.js index d58a9cd..a8b4da9 100644 --- a/shared.js +++ b/shared.js @@ -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 @@ }); - })(); + })();*/ });