v2 aifojaijvoivja094igpoajm

This commit is contained in:
2018-12-01 15:34:03 +01:00
parent e236f0d0c5
commit 14f1f3a665
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Sat Dec 01 2018 15:27:19 GMT+0100 (CET)*/ /*Generated on:Sat Dec 01 2018 15:34:02 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master"; var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime(); var da_lss_adis_time = new Date().getTime();
+3 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Sat Dec 01 2018 15:27:19 GMT+0100 (CET)*/ /*Generated on:Sat Dec 01 2018 15:34:02 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -18176,6 +18176,8 @@ class AutomaticDispose {
$('#' + runnerIframeName).attr("mission_id", 'empty'); $('#' + runnerIframeName).attr("mission_id", 'empty');
setTimeout(self.OpenNextMission.bind(self), 5000, Runner); setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
}) })
} else {
setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
} }
}); });
} else { } else {
+2
View File
@@ -1049,6 +1049,8 @@ class AutomaticDispose {
$('#' + runnerIframeName).attr("mission_id", 'empty'); $('#' + runnerIframeName).attr("mission_id", 'empty');
setTimeout(self.OpenNextMission.bind(self), 5000, Runner); setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
}) })
} else {
setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
} }
}); });
} else { } else {