v2 up 938u9uajfpjaoip
This commit is contained in:
Vendored
+1
-1
@@ -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();
|
||||||
|
|||||||
Vendored
+10
-3
@@ -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
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user