v2 up date mission adding

This commit is contained in:
2018-12-17 23:41:01 +01:00
parent 832c067f14
commit eb8982e17b
3 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 23:31:49 GMT+0100 (CET)*/
/*Generated on:Mon Dec 17 2018 23:41:01 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18157,6 +18157,8 @@ class AutomaticDispose {
}
}).then((Missions) => {
if (typeof Missions === "undefined") {
return;
/*
var MissionElement = $("#mission_" + ID);
var MissionID = MissionElement.attr("mission_id");
@@ -18182,7 +18184,7 @@ class AutomaticDispose {
"next_check": Math.floor(new Date().getTime() / 1000) + 1
});
});
*/
}
return Missions.count((count) => {
if (count > 0) {