v2 up iaj9a0uf09

This commit is contained in:
2018-12-02 10:27:53 +01:00
parent f6859d34a1
commit e70be7ed16
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Sun Dec 02 2018 10:25:41 GMT+0100 (CET)*/
/*Generated on:Sun Dec 02 2018 10:27:53 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18289,7 +18289,7 @@ class AutomaticDispose {
console.log("self.MyRunner", self.MyRunner);
console.log("self.MyRunnerSettings", self.MyRunnerSettings);
self.ADSettings().then((setting) => {
if (setting[self.MyRunnerSettings] != 'true') {
if (setting[self.MyRunnerSettings] === 'true') {
let where = {
missionID: self.MissionID,