diff --git a/dist/autoloader.js b/dist/autoloader.js index 6298c6f..a05c337 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -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_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 c88f437..dcf349a 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -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 * =============================================== @@ -4587,10 +4587,10 @@ class AutomaticDispose { if (window.location.pathname === "/" || window.location.pathname === "/#") { that.IndexPage() setInterval(that.CollectRescueSprechwuensche.bind(that), 2500); - setInterval(that.OpenNextRescueSprechwunsch.bind(that), 2500); + setInterval(that.OpenNextRescueSprechwunsch.bind(that), 5000); that.CollectRescueSprechwuensche(); setInterval(that.CollectPoliceSprechwuensche.bind(that), 2500); - setInterval(that.OpenNextPoliceSprechwunsch.bind(that), 2500); + setInterval(that.OpenNextPoliceSprechwunsch.bind(that), 5000); that.CollectPoliceSprechwuensche(); } diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 54dafd0..0d32e54 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -112,10 +112,10 @@ class AutomaticDispose { if (window.location.pathname === "/" || window.location.pathname === "/#") { that.IndexPage() setInterval(that.CollectRescueSprechwuensche.bind(that), 2500); - setInterval(that.OpenNextRescueSprechwunsch.bind(that), 2500); + setInterval(that.OpenNextRescueSprechwunsch.bind(that), 5000); that.CollectRescueSprechwuensche(); setInterval(that.CollectPoliceSprechwuensche.bind(that), 2500); - setInterval(that.OpenNextPoliceSprechwunsch.bind(that), 2500); + setInterval(that.OpenNextPoliceSprechwunsch.bind(that), 5000); that.CollectPoliceSprechwuensche(); }