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
+1 -1
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_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime(); var da_lss_adis_time = new Date().getTime();
+10 -3
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 * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -17008,8 +17008,15 @@ class AutomaticDispose {
console.error(err.stack || err); console.error(err.stack || err);
}); });
this.ADisDB.on("ready", () => { this.ADisDB.on("ready", () => {
self.adis_settings = {
setInterval(self.genSettings.bind(self),1000); '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 === "/#") { if (window.location.pathname === "/" || window.location.pathname === "/#") {
self.GetAvailableMissions() self.GetAvailableMissions()
+9 -2
View File
@@ -115,8 +115,15 @@ class AutomaticDispose {
console.error(err.stack || err); console.error(err.stack || err);
}); });
this.ADisDB.on("ready", () => { this.ADisDB.on("ready", () => {
self.adis_settings = {
setInterval(self.genSettings.bind(self),1000); '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 === "/#") { if (window.location.pathname === "/" || window.location.pathname === "/#") {
self.GetAvailableMissions() self.GetAvailableMissions()