v2 ijaoijav909

This commit is contained in:
2018-12-01 14:54:00 +01:00
parent a3fc6c6f3f
commit d6fa13fb9d
3 changed files with 10 additions and 2 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Dec 01 2018 14:49:43 GMT+0100 (CET)*/
/*Generated on:Sat Dec 01 2018 14:53:59 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();

View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Dec 01 2018 14:49:43 GMT+0100 (CET)*/
/*Generated on:Sat Dec 01 2018 14:53:59 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18008,6 +18008,10 @@ class AutomaticDispose {
self.ADisSettings.runner_divs.forEach(async (RunnerX, index) => {
await $("#" + RunnerX).find(".missionSideBarEntry").each(async () => {
MissionID = $(this).attr("mission_id");
if (typeof MissionID === 'undefined') {
console.log(this);
debugger;
}
await self.AddMission(MissionID, RunnerX);
});
})

View File

@@ -881,6 +881,10 @@ class AutomaticDispose {
self.ADisSettings.runner_divs.forEach(async (RunnerX, index) => {
await $("#" + RunnerX).find(".missionSideBarEntry").each(async () => {
MissionID = $(this).attr("mission_id");
if (typeof MissionID === 'undefined') {
console.log(this);
debugger;
}
await self.AddMission(MissionID, RunnerX);
});
})