v2 up date mission adding
This commit is contained in:
Vendored
+1
-1
@@ -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)*/
|
||||
var AutomaticDispose_Branch = "master";
|
||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||
var da_lss_adis_time = new Date().getTime();
|
||||
|
||||
Vendored
+4
-2
@@ -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