v2 up 938u9uajfpjaoip
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -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();
|
||||
|
||||
11
dist/autoloaderV2.js
vendored
11
dist/autoloaderV2.js
vendored
@@ -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,7 +17008,14 @@ class AutomaticDispose {
|
||||
console.error(err.stack || err);
|
||||
});
|
||||
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);
|
||||
|
||||
if (window.location.pathname === "/" || window.location.pathname === "/#") {
|
||||
|
||||
@@ -115,7 +115,14 @@ class AutomaticDispose {
|
||||
console.error(err.stack || err);
|
||||
});
|
||||
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);
|
||||
|
||||
if (window.location.pathname === "/" || window.location.pathname === "/#") {
|
||||
|
||||
Reference in New Issue
Block a user