This commit is contained in:
2018-11-24 20:31:16 +01:00
parent 21c6d7bead
commit fbee0fb7bc
3 changed files with 6 additions and 8 deletions
+3 -4
View File
@@ -1,4 +1,4 @@
/*Generated on:Sat Nov 24 2018 20:30:04 GMT+0100 (CET)*/ /*Generated on:Sat Nov 24 2018 20:31:15 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();
@@ -5426,8 +5426,7 @@ ADisDB.on("ready", () => {
console.log(" Automatic Dispose: Starte Alarmierungsprozess"); console.log(" Automatic Dispose: Starte Alarmierungsprozess");
setTimeout(function () // Process Fire Department setTimeout(function () {
{
Promise.resolve().then(async () => { Promise.resolve().then(async () => {
return await ADis_PrepareVehicleNeedList(); return await ADis_PrepareVehicleNeedList();
}).then(async () => { }).then(async () => {
@@ -5456,7 +5455,7 @@ ADisDB.on("ready", () => {
}) })
}); });
}, 250); }, 500);
} }
// - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- // - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Sat Nov 24 2018 20:30:04 GMT+0100 (CET)*/ /*Generated on:Sat Nov 24 2018 20:31:15 GMT+0100 (CET)*/
function includesString(string1, string2) { function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase()); return string1.toLowerCase().includes(string2.toLowerCase());
} }
+2 -3
View File
@@ -149,8 +149,7 @@ function AD_StartAlarmProcess() {
console.log(" Automatic Dispose: Starte Alarmierungsprozess"); console.log(" Automatic Dispose: Starte Alarmierungsprozess");
setTimeout(function () // Process Fire Department setTimeout(function () {
{
Promise.resolve().then(async () => { Promise.resolve().then(async () => {
return await ADis_PrepareVehicleNeedList(); return await ADis_PrepareVehicleNeedList();
}).then(async () => { }).then(async () => {
@@ -179,7 +178,7 @@ function AD_StartAlarmProcess() {
}) })
}); });
}, 250); }, 500);
} }
// - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- // - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --