diff --git a/dist/autoloader.js b/dist/autoloader.js index 1bc8de8..a9760a3 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Wed Nov 28 2018 20:04:00 GMT+0100 (CET)*/ +/*Generated on:Wed Nov 28 2018 20:05:24 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 97a9318..e58c854 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Wed Nov 28 2018 20:04:00 GMT+0100 (CET)*/ +/*Generated on:Wed Nov 28 2018 20:05:24 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -6892,7 +6892,7 @@ class AutomaticDispose { return string1.toLowerCase().includes(string2.toLowerCase()); } - get ADSettings() { + ADSettings() { return (async () => { var res = {}; await this.ADisDB.ADisSettings.each((setting) => { @@ -7447,10 +7447,10 @@ class AutomaticDispose { }); } + // // Display Settings // - UIUpdateSettings() { this.ADisDB.ADisSettings.each((setting) => { if (setting.name == "Krankentransport-Automatic") { diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 8fac788..fd4c887 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -134,7 +134,7 @@ class AutomaticDispose { return string1.toLowerCase().includes(string2.toLowerCase()); } - get ADSettings() { + ADSettings() { return (async () => { var res = {}; await this.ADisDB.ADisSettings.each((setting) => { @@ -455,10 +455,10 @@ class AutomaticDispose { }); } + // // Display Settings // - UIUpdateSettings() { this.ADisDB.ADisSettings.each((setting) => { if (setting.name == "Krankentransport-Automatic") {