v2 up ia09ig0gp
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Mon Dec 03 2018 11:41:38 GMT+0100 (CET)*/
|
||||
/*Generated on:Mon Dec 03 2018 11:45:36 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();
|
||||
|
||||
4
dist/autoloaderV2.js
vendored
4
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Mon Dec 03 2018 11:41:38 GMT+0100 (CET)*/
|
||||
/*Generated on:Mon Dec 03 2018 11:45:36 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -17483,7 +17483,7 @@ class AutomaticDispose {
|
||||
await self.genSettings()
|
||||
setInterval(self.genSettings.bind(self), 1000);
|
||||
|
||||
if (window.location.pathname === "/" || window.location.pathname === "/#") {
|
||||
if (window.location.pathname === "/" || window.location.pathname === "/#" || window.location.pathname === "/#_=_" ) {
|
||||
self.GetAvailableMissions()
|
||||
self.IndexPage()
|
||||
setInterval(self.CollectRescueSprechwuensche.bind(self), 2500);
|
||||
|
||||
@@ -125,7 +125,7 @@ class AutomaticDispose {
|
||||
await self.genSettings()
|
||||
setInterval(self.genSettings.bind(self), 1000);
|
||||
|
||||
if (window.location.pathname === "/" || window.location.pathname === "/#") {
|
||||
if (window.location.pathname === "/" || window.location.pathname === "/#" || window.location.pathname === "/#_=_" ) {
|
||||
self.GetAvailableMissions()
|
||||
self.IndexPage()
|
||||
setInterval(self.CollectRescueSprechwuensche.bind(self), 2500);
|
||||
|
||||
Reference in New Issue
Block a user