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

View File

@@ -149,8 +149,7 @@ function AD_StartAlarmProcess() {
console.log(" Automatic Dispose: Starte Alarmierungsprozess");
setTimeout(function () // Process Fire Department
{
setTimeout(function () {
Promise.resolve().then(async () => {
return await ADis_PrepareVehicleNeedList();
}).then(async () => {
@@ -179,7 +178,7 @@ function AD_StartAlarmProcess() {
})
});
}, 250);
}, 500);
}
// - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --