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
+9
-2
@@ -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,7 +17008,14 @@ class AutomaticDispose {
|
|||||||
console.error(err.stack || err);
|
console.error(err.stack || err);
|
||||||
});
|
});
|
||||||
this.ADisDB.on("ready", () => {
|
this.ADisDB.on("ready", () => {
|
||||||
|
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);
|
setInterval(self.genSettings.bind(self), 1000);
|
||||||
|
|
||||||
if (window.location.pathname === "/" || window.location.pathname === "/#") {
|
if (window.location.pathname === "/" || window.location.pathname === "/#") {
|
||||||
|
|||||||
+8
-1
@@ -115,7 +115,14 @@ class AutomaticDispose {
|
|||||||
console.error(err.stack || err);
|
console.error(err.stack || err);
|
||||||
});
|
});
|
||||||
this.ADisDB.on("ready", () => {
|
this.ADisDB.on("ready", () => {
|
||||||
|
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);
|
setInterval(self.genSettings.bind(self), 1000);
|
||||||
|
|
||||||
if (window.location.pathname === "/" || window.location.pathname === "/#") {
|
if (window.location.pathname === "/" || window.location.pathname === "/#") {
|
||||||
|
|||||||
Reference in New Issue
Block a user