diff --git a/dist/autoloader.js b/dist/autoloader.js index ba1f1e5..7bf17b2 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 17 2018 11:09:22 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 17 2018 13:26:07 GMT+0100 (CET)*/ var AutomaticDispose_Branch = "master"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var da_lss_adis_time = new Date().getTime(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index 1819363..143ef92 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 17 2018 11:09:22 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 17 2018 13:26:07 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18664,6 +18664,7 @@ class AutomaticDispose { } FreeIframe(Runner) { + console.log('FreeIframe',Runner); const self = this; const runnerID = self.ADisSettings.runner.indexOf(Runner) const runnerIframe = self.ADisSettings.runner_iframes[runnerID]; @@ -18676,7 +18677,7 @@ class AutomaticDispose { const self = this; return self.ADisDB.ADisMissions.update(MissionID, { last_check: Math.floor(new Date().getTime() / 1000), - next_check: Math.floor(new Date().getTime() / 1000) + 180 + next_check: Math.floor(new Date().getTime() / 1000) + 90 }).catch((err) => { console.error(err) }) diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 165b7d2..0c92b74 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1004,6 +1004,7 @@ class AutomaticDispose { } FreeIframe(Runner) { + console.log('FreeIframe',Runner); const self = this; const runnerID = self.ADisSettings.runner.indexOf(Runner) const runnerIframe = self.ADisSettings.runner_iframes[runnerID]; @@ -1016,7 +1017,7 @@ class AutomaticDispose { const self = this; return self.ADisDB.ADisMissions.update(MissionID, { last_check: Math.floor(new Date().getTime() / 1000), - next_check: Math.floor(new Date().getTime() / 1000) + 180 + next_check: Math.floor(new Date().getTime() / 1000) + 90 }).catch((err) => { console.error(err) })