v2 up caomvai3
This commit is contained in:
6
dist/autoloaderV2.js
vendored
6
dist/autoloaderV2.js
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user