diff --git a/dist/autoloader.js b/dist/autoloader.js index c48d931..3c1667c 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Sun Dec 02 2018 10:35:48 GMT+0100 (CET)*/ +/*Generated on:Sun Dec 02 2018 10:41:18 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 34cd0ed..5690888 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Sun Dec 02 2018 10:35:48 GMT+0100 (CET)*/ +/*Generated on:Sun Dec 02 2018 10:41:18 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18237,15 +18237,15 @@ class AutomaticDispose { if ($('#' + runnerIframe).attr("mission_id") == "empty") { $('#' + runnerIframe).attr("src", "https://www.leitstellenspiel.de/missions/" + MissionID); $('#' + runnerIframe).attr("mission_id", MissionID); - self.UpdateMissionsToDone(MissionID).then(() => { - // console.log('done.... ' + Runner); - $('#' + runnerIframe).attr("src", ''); - $('#' + runnerIframe).attr("mission_id", 'empty'); - setTimeout(self.OpenNextMission.bind(self), 5000, Runner); - }) + // self.UpdateMissionsToDone(MissionID).then(() => { + // // console.log('done.... ' + Runner); + // $('#' + runnerIframe).attr("src", ''); + // $('#' + runnerIframe).attr("mission_id", 'empty'); + // setTimeout(self.OpenNextMission.bind(self), 5000, Runner); + // }) } else { // only while - setTimeout(self.OpenNextMission.bind(self), 5000, Runner); + // setTimeout(self.OpenNextMission.bind(self), 5000, Runner); } }); } else { diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index af3626f..58beb72 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1067,15 +1067,15 @@ class AutomaticDispose { if ($('#' + runnerIframe).attr("mission_id") == "empty") { $('#' + runnerIframe).attr("src", "https://www.leitstellenspiel.de/missions/" + MissionID); $('#' + runnerIframe).attr("mission_id", MissionID); - self.UpdateMissionsToDone(MissionID).then(() => { - // console.log('done.... ' + Runner); - $('#' + runnerIframe).attr("src", ''); - $('#' + runnerIframe).attr("mission_id", 'empty'); - setTimeout(self.OpenNextMission.bind(self), 5000, Runner); - }) + // self.UpdateMissionsToDone(MissionID).then(() => { + // // console.log('done.... ' + Runner); + // $('#' + runnerIframe).attr("src", ''); + // $('#' + runnerIframe).attr("mission_id", 'empty'); + // setTimeout(self.OpenNextMission.bind(self), 5000, Runner); + // }) } else { // only while - setTimeout(self.OpenNextMission.bind(self), 5000, Runner); + // setTimeout(self.OpenNextMission.bind(self), 5000, Runner); } }); } else {