v2 isaojg9agiß0

This commit is contained in:
2018-12-17 15:37:27 +01:00
parent 8224bd00f3
commit 27f1319162
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 15:36:15 GMT+0100 (CET)*/ /*Generated on:Mon Dec 17 2018 15:37:27 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 -2
View File
@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 15:36:15 GMT+0100 (CET)*/ /*Generated on:Mon Dec 17 2018 15:37:27 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -18527,7 +18527,8 @@ class AutomaticDispose {
return Missions.each((MyMission) => { return Missions.each((MyMission) => {
var MissionElement = $("#mission_" + MyMission.missionID); var MissionElement = $("#mission_" + MyMission.missionID);
if (MissionElement.length == 0 ){ if (MissionElement.length == 0 ){
// // remove
console.log("Remove :", MyMission)
self.RemoveMissionsFromQueue(MyMission.missionID) self.RemoveMissionsFromQueue(MyMission.missionID)
} }
}); });
+2 -1
View File
@@ -867,7 +867,8 @@ class AutomaticDispose {
return Missions.each((MyMission) => { return Missions.each((MyMission) => {
var MissionElement = $("#mission_" + MyMission.missionID); var MissionElement = $("#mission_" + MyMission.missionID);
if (MissionElement.length == 0 ){ if (MissionElement.length == 0 ){
// // remove
console.log("Remove :", MyMission)
self.RemoveMissionsFromQueue(MyMission.missionID) self.RemoveMissionsFromQueue(MyMission.missionID)
} }
}); });