v2 upaf9 a0f9u

This commit is contained in:
2018-12-17 20:00:28 +01:00
parent 13b2c5b265
commit 6b7008e2c7
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 19:58:14 GMT+0100 (CET)*/ /*Generated on:Mon Dec 17 2018 20:00:28 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();
+2 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 19:58:14 GMT+0100 (CET)*/ /*Generated on:Mon Dec 17 2018 20:00:28 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -18804,6 +18804,7 @@ class AutomaticDispose {
} else { } else {
// only while // only while
// setTimeout(self.OpenNextMission.bind(self), 5000, Runner); // setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
self.UpdateMissionsToDone(MissionID)
} }
} }
return setTimeout(self.OpenNextMission.bind(self), 1000, Runner); return setTimeout(self.OpenNextMission.bind(self), 1000, Runner);
+1
View File
@@ -1144,6 +1144,7 @@ class AutomaticDispose {
} else { } else {
// only while // only while
// setTimeout(self.OpenNextMission.bind(self), 5000, Runner); // setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
self.UpdateMissionsToDone(MissionID)
} }
} }
return setTimeout(self.OpenNextMission.bind(self), 1000, Runner); return setTimeout(self.OpenNextMission.bind(self), 1000, Runner);