v2 update
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Wed Nov 28 2018 20:07:36 GMT+0100 (CET)*/
|
||||
/*Generated on:Wed Nov 28 2018 20:10:52 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();
|
||||
|
||||
6
dist/autoloaderV2.js
vendored
6
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Wed Nov 28 2018 20:07:36 GMT+0100 (CET)*/
|
||||
/*Generated on:Wed Nov 28 2018 20:10:52 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -6953,7 +6953,7 @@ class AutomaticDispose {
|
||||
|
||||
OpenNextRescueSprechwunsch() {
|
||||
let that = this;
|
||||
this.ADSettings().then((setting) => {
|
||||
this.ADSettings.then((setting) => {
|
||||
if (setting['Sprechwunsch-Automatic'] == 'true') {
|
||||
return that.ADisDB.ADisSprechwunsch.where({
|
||||
done: 'false'
|
||||
@@ -7044,7 +7044,7 @@ class AutomaticDispose {
|
||||
|
||||
OpenNextPoliceSprechwunsch() {
|
||||
let that = this;
|
||||
this.ADSettings().then((setting) => {
|
||||
this.ADSettings.then((setting) => {
|
||||
if (setting['Sprechwunsch-Automatic'] == 'true') {
|
||||
return that.ADisDB.ADisSprechwunschPolice.where({
|
||||
done: 'false'
|
||||
|
||||
@@ -195,7 +195,7 @@ class AutomaticDispose {
|
||||
|
||||
OpenNextRescueSprechwunsch() {
|
||||
let that = this;
|
||||
this.ADSettings().then((setting) => {
|
||||
this.ADSettings.then((setting) => {
|
||||
if (setting['Sprechwunsch-Automatic'] == 'true') {
|
||||
return that.ADisDB.ADisSprechwunsch.where({
|
||||
done: 'false'
|
||||
@@ -286,7 +286,7 @@ class AutomaticDispose {
|
||||
|
||||
OpenNextPoliceSprechwunsch() {
|
||||
let that = this;
|
||||
this.ADSettings().then((setting) => {
|
||||
this.ADSettings.then((setting) => {
|
||||
if (setting['Sprechwunsch-Automatic'] == 'true') {
|
||||
return that.ADisDB.ADisSprechwunschPolice.where({
|
||||
done: 'false'
|
||||
|
||||
Reference in New Issue
Block a user