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);