v2 iaojfav9
This commit is contained in:
12
dist/autoloaderV2.js
vendored
12
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Sat Dec 01 2018 15:16:17 GMT+0100 (CET)*/
|
||||
/*Generated on:Sat Dec 01 2018 15:22:03 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -18141,7 +18141,14 @@ class AutomaticDispose {
|
||||
const runnerIframeName = self.ADisSettings.runner_iframesName[runnerID];
|
||||
const runnerSettings = self.ADisSettings.runner_settings[runnerID];
|
||||
|
||||
return self.ADisDB.transaction('rw', [self.ADisDB.ADisMissions, self.ADisDB.ADisSettings, self.ADisDB.ADisAvailabelMissions], () => {
|
||||
console.table({
|
||||
Runner:Runner,
|
||||
runnerID:runnerID,
|
||||
runnerSettings:runnerSettings,
|
||||
runnerIframeName:runnerIframeName
|
||||
})
|
||||
|
||||
return self.ADisDB.transaction('rw', [self.ADisDB.ADisMissions, self.ADisDB.ADisAvailabelMissions], () => {
|
||||
self.ADSettings().then((setting) => {
|
||||
if (setting[runnerSettings] == 'true') {
|
||||
return self.ADisDB.ADisMissions.where({
|
||||
@@ -18153,6 +18160,7 @@ class AutomaticDispose {
|
||||
}).limit(1)
|
||||
}
|
||||
}).then((Wunsch) => {
|
||||
console.table(Wunsch);
|
||||
if (Wunsch !== undefined) {
|
||||
return Wunsch.count(function (count) {
|
||||
if (count > 0) {
|
||||
|
||||
Reference in New Issue
Block a user