diff --git a/dist/autoloader.js b/dist/autoloader.js index 7dd4059..1dd27ea 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Fri Jan 11 2019 03:18:17 GMT+0100 (CET)*/ +/*Generated on:Fri Jan 11 2019 03:27:44 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 1961049..35ae7a2 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Fri Jan 11 2019 03:18:17 GMT+0100 (CET)*/ +/*Generated on:Fri Jan 11 2019 03:27:44 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18484,10 +18484,8 @@ class AutomaticDispose { // $('#' + runnerIframe).attr("mission_id", 'empty'); // setTimeout(self.OpenNextMission.bind(self), 5000, Runner); // }) - } else { - // only while - // setTimeout(self.OpenNextMission.bind(self), 5000, Runner); - } + } + return; }); } else { return setTimeout(self.OpenNextMission.bind(self), 1000, Runner); @@ -18513,7 +18511,7 @@ class AutomaticDispose { const runnerID = self.ADisSettings.runner_iframesName.indexOf(window.name); self.MyRunner = self.ADisSettings.runner[runnerID]; self.MyRunnerSettings = self.ADisSettings.runner_settings[runnerID]; - setTimeout(function () { + //setTimeout(function () { self.MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1); var help_el = $('a#mission_help'); if (help_el.length > 0) { @@ -18572,7 +18570,7 @@ class AutomaticDispose { }) }) // } - }, 500); + //}, 500); } diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 68adaf9..51a5146 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1130,10 +1130,8 @@ class AutomaticDispose { // $('#' + runnerIframe).attr("mission_id", 'empty'); // setTimeout(self.OpenNextMission.bind(self), 5000, Runner); // }) - } else { - // only while - // setTimeout(self.OpenNextMission.bind(self), 5000, Runner); - } + } + return; }); } else { return setTimeout(self.OpenNextMission.bind(self), 1000, Runner); @@ -1159,7 +1157,7 @@ class AutomaticDispose { const runnerID = self.ADisSettings.runner_iframesName.indexOf(window.name); self.MyRunner = self.ADisSettings.runner[runnerID]; self.MyRunnerSettings = self.ADisSettings.runner_settings[runnerID]; - setTimeout(function () { + //setTimeout(function () { self.MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1); var help_el = $('a#mission_help'); if (help_el.length > 0) { @@ -1218,7 +1216,7 @@ class AutomaticDispose { }) }) // } - }, 500); + //}, 500); }