From a51f7e4b76deb457d03a0308a0eadadeceee91a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Mon, 3 Dec 2018 11:45:36 +0100 Subject: [PATCH] v2 up ia09ig0gp --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 4 ++-- src/autoloaderV2.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index f6f440c..d93c461 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -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(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index 8324481..2186e8a 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -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); diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index bf011b2..750ab2f 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -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);