v2 up maocxa9vc
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -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();
|
||||||
|
|||||||
6
dist/autoloaderV2.js
vendored
6
dist/autoloaderV2.js
vendored
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user