v2 up 938u9uajfpjaoip

This commit is contained in:
2018-12-01 14:18:04 +01:00
parent 6e11cac812
commit 3ac732a1f5
3 changed files with 20 additions and 6 deletions

2
dist/autoloader.js vendored
View File

@@ -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();

13
dist/autoloaderV2.js vendored
View File

@@ -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()

View File

@@ -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()