v2 up ojvoiajoiahg98

This commit is contained in:
2018-12-02 10:41:19 +01:00
parent 8b92bdf47b
commit 548abc8c37
3 changed files with 16 additions and 16 deletions

16
dist/autoloaderV2.js vendored
View File

@@ -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 {