This commit is contained in:
2018-11-24 20:47:10 +01:00
parent 6df1a30681
commit 5e5f7c7018
4 changed files with 10 additions and 24 deletions

View File

@@ -170,6 +170,7 @@ function AD_StartAlarmProcess() {
console.log('ok:${window.name}:${MissionID}');
ADis_MissionUpdateDone('${window.name}', '${MissionID}');
`);
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();