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

2
dist/autoloader.js vendored
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_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime();

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
* ===============================================
@@ -18527,7 +18527,8 @@ class AutomaticDispose {
return Missions.each((MyMission) => {
var MissionElement = $("#mission_" + MyMission.missionID);
if (MissionElement.length == 0 ){
//
// remove
console.log("Remove :", MyMission)
self.RemoveMissionsFromQueue(MyMission.missionID)
}
});