v2 up 9auf9u9

This commit is contained in:
2018-12-17 21:03:06 +01:00
parent 966d1ad67b
commit 77fe05fc4b
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 17 2018 21:02:10 GMT+0100 (CET)*/
/*Generated on:Mon Dec 17 2018 21:03:06 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18731,7 +18731,7 @@ class AutomaticDispose {
return self.ADisDB.transaction('rw', [self.ADisDB.ADisMissions, self.ADisDB.ADisAvailabelMissions], () => {
self.ADSettings().then((setting) => {
if (setting[setOpt] == 'true') {
if (setting[runnerSettings] == 'true') {
let where = {
missionID: self.MissionID,
runner: self.MyRunner,