v2 uapjvoav93

This commit is contained in:
2018-12-01 14:26:29 +01:00
parent 5263fd589d
commit 8488772173
3 changed files with 8 additions and 2 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Dec 01 2018 14:23:32 GMT+0100 (CET)*/ /*Generated on:Sat Dec 01 2018 14:26:28 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();

View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Dec 01 2018 14:23:32 GMT+0100 (CET)*/ /*Generated on:Sat Dec 01 2018 14:26:28 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -18028,7 +18028,10 @@ class AutomaticDispose {
const runnerID = self.ADisSettings.runner_divs.indexOf(Runner); const runnerID = self.ADisSettings.runner_divs.indexOf(Runner);
const settingOpt = self.ADisSettings.runner_settings[runnerID]; const settingOpt = self.ADisSettings.runner_settings[runnerID];
const runnerOpt = self.ADisSettings.runner[runnerID]; const runnerOpt = self.ADisSettings.runner[runnerID];
console.table({runnerID:runnerID,settingOpt:settingOpt,runnerOpt:runnerOpt});
return self.ADSettings().then((setting) => { return self.ADSettings().then((setting) => {
console.log('setting',setting[settingOpt]);
if (setting[settingOpt] == 'true') { if (setting[settingOpt] == 'true') {
return self.ADisDB.ADisMissions.where({ return self.ADisDB.ADisMissions.where({
missionID: ID, missionID: ID,

View File

@@ -901,7 +901,10 @@ class AutomaticDispose {
const runnerID = self.ADisSettings.runner_divs.indexOf(Runner); const runnerID = self.ADisSettings.runner_divs.indexOf(Runner);
const settingOpt = self.ADisSettings.runner_settings[runnerID]; const settingOpt = self.ADisSettings.runner_settings[runnerID];
const runnerOpt = self.ADisSettings.runner[runnerID]; const runnerOpt = self.ADisSettings.runner[runnerID];
console.table({runnerID:runnerID,settingOpt:settingOpt,runnerOpt:runnerOpt});
return self.ADSettings().then((setting) => { return self.ADSettings().then((setting) => {
console.log('setting',setting[settingOpt]);
if (setting[settingOpt] == 'true') { if (setting[settingOpt] == 'true') {
return self.ADisDB.ADisMissions.where({ return self.ADisDB.ADisMissions.where({
missionID: ID, missionID: ID,