a09va0
This commit is contained in:
Vendored
+3
-4
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
// - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
// - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||||||
|
|||||||
Vendored
+1
-1
@@ -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());
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
// - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
// - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||||||
|
|||||||
Reference in New Issue
Block a user