v2 up date mission adding
This commit is contained in:
6
dist/autoloaderV2.js
vendored
6
dist/autoloaderV2.js
vendored
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user