v2 update

This commit is contained in:
2018-11-28 20:22:30 +01:00
parent 0afdadcb9a
commit dcec503c62
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Wed Nov 28 2018 20:18:45 GMT+0100 (CET)*/ /*Generated on:Wed Nov 28 2018 20:22:29 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master"; var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime(); var da_lss_adis_time = new Date().getTime();
+3 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Wed Nov 28 2018 20:18:45 GMT+0100 (CET)*/ /*Generated on:Wed Nov 28 2018 20:22:29 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -6952,6 +6952,8 @@ class AutomaticDispose {
OpenNextRescueSprechwunsch() { OpenNextRescueSprechwunsch() {
let that = this; let that = this;
console.log(this.ADSettings);
console.log(this.ADSettings());
this.ADSettings().then((setting) => { this.ADSettings().then((setting) => {
if (setting['Sprechwunsch-Automatic'] == 'true') { if (setting['Sprechwunsch-Automatic'] == 'true') {
return that.ADisDB.ADisSprechwunsch.where({ return that.ADisDB.ADisSprechwunsch.where({
+2
View File
@@ -194,6 +194,8 @@ class AutomaticDispose {
OpenNextRescueSprechwunsch() { OpenNextRescueSprechwunsch() {
let that = this; let that = this;
console.log(this.ADSettings);
console.log(this.ADSettings());
this.ADSettings().then((setting) => { this.ADSettings().then((setting) => {
if (setting['Sprechwunsch-Automatic'] == 'true') { if (setting['Sprechwunsch-Automatic'] == 'true') {
return that.ADisDB.ADisSprechwunsch.where({ return that.ADisDB.ADisSprechwunsch.where({