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