From 0e31785d2011be5e329b49a11b9b595763e9a0bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Wed, 28 Nov 2018 21:08:48 +0100 Subject: [PATCH] v2 up caomvai3 --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 6 +++++- src/autoloaderV2.js | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index b6039e4..4a39d42 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Wed Nov 28 2018 21:07:03 GMT+0100 (CET)*/ +/*Generated on:Wed Nov 28 2018 21:08:48 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(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index 9faa861..3736ef2 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Wed Nov 28 2018 21:07:03 GMT+0100 (CET)*/ +/*Generated on:Wed Nov 28 2018 21:08:48 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -4687,13 +4687,17 @@ class AutomaticDispose { OpenNextRescueSprechwunsch() { let that = this; + console.log('OpenNextRescueSprechwunsch on'); this.ADSettings().then((setting) => { + console.log('OpenNextRescueSprechwunsch', setting); if (setting['Sprechwunsch-Automatic'] == 'true') { return that.ADisDB.ADisSprechwunsch.where({ done: 'false' }).limit(1) } }).then((Wunsch) => { + + console.log('OpenNextRescueSprechwunsch', myWunsch); if (Wunsch !== undefined) { Wunsch.each((myWunsch) => { console.table(myWunsch); diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index e3b3b77..6fac259 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -212,13 +212,17 @@ class AutomaticDispose { OpenNextRescueSprechwunsch() { let that = this; + console.log('OpenNextRescueSprechwunsch on'); this.ADSettings().then((setting) => { + console.log('OpenNextRescueSprechwunsch', setting); if (setting['Sprechwunsch-Automatic'] == 'true') { return that.ADisDB.ADisSprechwunsch.where({ done: 'false' }).limit(1) } }).then((Wunsch) => { + + console.log('OpenNextRescueSprechwunsch', myWunsch); if (Wunsch !== undefined) { Wunsch.each((myWunsch) => { console.table(myWunsch);