From 3ac732a1f5c0859729f987a6e5c02196fbee98c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Sat, 1 Dec 2018 14:18:04 +0100 Subject: [PATCH] v2 up 938u9uajfpjaoip --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 13 ++++++++++--- src/autoloaderV2.js | 11 +++++++++-- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index a835f64..56fc537 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Sat Dec 01 2018 14:15:12 GMT+0100 (CET)*/ +/*Generated on:Sat Dec 01 2018 14:18:03 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 1dbd981..2c4daab 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Sat Dec 01 2018 14:15:12 GMT+0100 (CET)*/ +/*Generated on:Sat Dec 01 2018 14:18:03 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -17008,8 +17008,15 @@ class AutomaticDispose { console.error(err.stack || err); }); this.ADisDB.on("ready", () => { - - setInterval(self.genSettings.bind(self),1000); + self.adis_settings = { + 'Krankentransport-Automatic': false, + 'Sprechwunsch-Automatic': false, + 'MissionsOwn-Automatic': false, + 'Alliance-Automatic': false, + 'AllianceEvent-Automatic': false + } + self.genSettings() + setInterval(self.genSettings.bind(self), 1000); if (window.location.pathname === "/" || window.location.pathname === "/#") { self.GetAvailableMissions() diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 1daa765..0fc04a7 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -115,8 +115,15 @@ class AutomaticDispose { console.error(err.stack || err); }); this.ADisDB.on("ready", () => { - - setInterval(self.genSettings.bind(self),1000); + self.adis_settings = { + 'Krankentransport-Automatic': false, + 'Sprechwunsch-Automatic': false, + 'MissionsOwn-Automatic': false, + 'Alliance-Automatic': false, + 'AllianceEvent-Automatic': false + } + self.genSettings() + setInterval(self.genSettings.bind(self), 1000); if (window.location.pathname === "/" || window.location.pathname === "/#") { self.GetAvailableMissions()