v2 a0f9aiuoiajgoi
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sat Dec 01 2018 14:39:52 GMT+0100 (CET)*/
|
/*Generated on:Sat Dec 01 2018 14:40:47 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();
|
||||||
|
|||||||
5
dist/autoloaderV2.js
vendored
5
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sat Dec 01 2018 14:39:52 GMT+0100 (CET)*/
|
/*Generated on:Sat Dec 01 2018 14:40:47 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18036,7 +18036,8 @@ class AutomaticDispose {
|
|||||||
}).limit(1)
|
}).limit(1)
|
||||||
}
|
}
|
||||||
}).then((Missions) => {
|
}).then((Missions) => {
|
||||||
if (typeof Mission === "undefined"){
|
console.log(Missions);
|
||||||
|
if (typeof Missions === "undefined"){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
return Missions.count((count) => {
|
return Missions.count((count) => {
|
||||||
|
|||||||
@@ -909,7 +909,8 @@ class AutomaticDispose {
|
|||||||
}).limit(1)
|
}).limit(1)
|
||||||
}
|
}
|
||||||
}).then((Missions) => {
|
}).then((Missions) => {
|
||||||
if (typeof Mission === "undefined"){
|
console.log(Missions);
|
||||||
|
if (typeof Missions === "undefined"){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
return Missions.count((count) => {
|
return Missions.count((count) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user