This commit is contained in:
2019-01-11 03:27:44 +01:00
parent cf810edc92
commit e457312516
3 changed files with 10 additions and 14 deletions

12
dist/autoloaderV2.js vendored
View File

@@ -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);
}