This commit is contained in:
2018-11-24 20:49:43 +01:00
parent 5e5f7c7018
commit 4b9eb94bed
3 changed files with 4 additions and 4 deletions

View File

@@ -173,7 +173,7 @@ function AD_StartAlarmProcess() {
console.log("Clicked Vehicles: ", $('#vehicle_show_table_all input[type="checkbox"]:checked').size(), $('#vehicle_show_table_all input[type="checkbox"]:checked'));
if (['adis-ownmissions', 'adis-krankentransporte', 'adis-verbandmission'].indexOf(window.name) !== -1) {
setTimeout(() => {
$('#mission_alarm_btn').click();
$('#mission-form > div.pull-right > div:nth-child(1) > input').click();
}, 250);
}
})