v2 updmaijaviß0aifp
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sat Dec 01 2018 14:32:40 GMT+0100 (CET)*/
|
/*Generated on:Sat Dec 01 2018 14:35:13 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();
|
||||||
|
|||||||
Vendored
+4
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sat Dec 01 2018 14:32:40 GMT+0100 (CET)*/
|
/*Generated on:Sat Dec 01 2018 14:35:13 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18036,6 +18036,9 @@ class AutomaticDispose {
|
|||||||
}).limit(1)
|
}).limit(1)
|
||||||
}
|
}
|
||||||
}).then((Missions) => {
|
}).then((Missions) => {
|
||||||
|
if (typeof Mission === "undefined"){
|
||||||
|
return;
|
||||||
|
}
|
||||||
return Missions.count((count) => {
|
return Missions.count((count) => {
|
||||||
if (count > 0) {
|
if (count > 0) {
|
||||||
return Missions.each(() => {
|
return Missions.each(() => {
|
||||||
|
|||||||
@@ -909,6 +909,9 @@ class AutomaticDispose {
|
|||||||
}).limit(1)
|
}).limit(1)
|
||||||
}
|
}
|
||||||
}).then((Missions) => {
|
}).then((Missions) => {
|
||||||
|
if (typeof Mission === "undefined"){
|
||||||
|
return;
|
||||||
|
}
|
||||||
return Missions.count((count) => {
|
return Missions.count((count) => {
|
||||||
if (count > 0) {
|
if (count > 0) {
|
||||||
return Missions.each(() => {
|
return Missions.each(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user