v2 up maocxa9vc

This commit is contained in:
2018-11-28 21:55:54 +01:00
parent 6a979315d7
commit f3d5f0ecfd
3 changed files with 6 additions and 6 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Wed Nov 28 2018 21:26:52 GMT+0100 (CET)*/ /*Generated on:Wed Nov 28 2018 21:55:53 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();

View File

@@ -1,4 +1,4 @@
/*Generated on:Wed Nov 28 2018 21:26:52 GMT+0100 (CET)*/ /*Generated on:Wed Nov 28 2018 21:55:53 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -4587,10 +4587,10 @@ class AutomaticDispose {
if (window.location.pathname === "/" || window.location.pathname === "/#") { if (window.location.pathname === "/" || window.location.pathname === "/#") {
that.IndexPage() that.IndexPage()
setInterval(that.CollectRescueSprechwuensche.bind(that), 2500); setInterval(that.CollectRescueSprechwuensche.bind(that), 2500);
setInterval(that.OpenNextRescueSprechwunsch.bind(that), 2500); setInterval(that.OpenNextRescueSprechwunsch.bind(that), 5000);
that.CollectRescueSprechwuensche(); that.CollectRescueSprechwuensche();
setInterval(that.CollectPoliceSprechwuensche.bind(that), 2500); setInterval(that.CollectPoliceSprechwuensche.bind(that), 2500);
setInterval(that.OpenNextPoliceSprechwunsch.bind(that), 2500); setInterval(that.OpenNextPoliceSprechwunsch.bind(that), 5000);
that.CollectPoliceSprechwuensche(); that.CollectPoliceSprechwuensche();
} }

View File

@@ -112,10 +112,10 @@ class AutomaticDispose {
if (window.location.pathname === "/" || window.location.pathname === "/#") { if (window.location.pathname === "/" || window.location.pathname === "/#") {
that.IndexPage() that.IndexPage()
setInterval(that.CollectRescueSprechwuensche.bind(that), 2500); setInterval(that.CollectRescueSprechwuensche.bind(that), 2500);
setInterval(that.OpenNextRescueSprechwunsch.bind(that), 2500); setInterval(that.OpenNextRescueSprechwunsch.bind(that), 5000);
that.CollectRescueSprechwuensche(); that.CollectRescueSprechwuensche();
setInterval(that.CollectPoliceSprechwuensche.bind(that), 2500); setInterval(that.CollectPoliceSprechwuensche.bind(that), 2500);
setInterval(that.OpenNextPoliceSprechwunsch.bind(that), 2500); setInterval(that.OpenNextPoliceSprechwunsch.bind(that), 5000);
that.CollectPoliceSprechwuensche(); that.CollectPoliceSprechwuensche();
} }