From e5855c27d250b0acf3d21c304555b148e3905409 Mon Sep 17 00:00:00 2001 From: Astra Date: Tue, 24 Apr 2018 22:59:35 -0400 Subject: [PATCH] ?????? --- shared.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared.js b/shared.js index a8b4da9..d58a9cd 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 @@ }); - })();*/ + })(); });