9adv0932
This commit is contained in:
Vendored
+2
-6
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sat Nov 24 2018 20:20:50 GMT+0100 (CET)*/
|
/*Generated on:Sat Nov 24 2018 20:24:31 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();
|
||||||
@@ -5447,7 +5447,7 @@ ADisDB.on("ready", () => {
|
|||||||
last_check: CurrentTime,
|
last_check: CurrentTime,
|
||||||
next_check: CurrentTime + 60
|
next_check: CurrentTime + 60
|
||||||
};
|
};
|
||||||
tellParent(`ADis_MissionUpdateDone("${window.name}", '${MissionID}');`);
|
tellParent("ADis_MissionUpdateDone('"+window.name+"', '"+MissionID+"');");
|
||||||
if (['adis-ownmissions', 'adis-krankentransporte', 'adis-verbandmission'].indexOf(window.name) != -1) {
|
if (['adis-ownmissions', 'adis-krankentransporte', 'adis-verbandmission'].indexOf(window.name) != -1) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
$('#mission_alarm_btn').click();
|
$('#mission_alarm_btn').click();
|
||||||
@@ -5493,8 +5493,6 @@ ADisDB.on("ready", () => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(" Automatic Dispose: Bereits beteiligte Fahrzeuge:");
|
|
||||||
console.log(AD_Vehicles);
|
|
||||||
return AD_Vehicles;
|
return AD_Vehicles;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -5560,8 +5558,6 @@ ADisDB.on("ready", () => {
|
|||||||
PatientCounter++;
|
PatientCounter++;
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(" Automatic Dispose: Patientenliste:");
|
|
||||||
console.log(AD_Patients);
|
|
||||||
return AD_Patients;
|
return AD_Patients;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sat Nov 24 2018 20:20:50 GMT+0100 (CET)*/
|
/*Generated on:Sat Nov 24 2018 20:24:31 GMT+0100 (CET)*/
|
||||||
function includesString(string1, string2) {
|
function includesString(string1, string2) {
|
||||||
return string1.toLowerCase().includes(string2.toLowerCase());
|
return string1.toLowerCase().includes(string2.toLowerCase());
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ function AD_StartAlarmProcess() {
|
|||||||
last_check: CurrentTime,
|
last_check: CurrentTime,
|
||||||
next_check: CurrentTime + 60
|
next_check: CurrentTime + 60
|
||||||
};
|
};
|
||||||
tellParent(`ADis_MissionUpdateDone("${window.name}", '${MissionID}');`);
|
tellParent("ADis_MissionUpdateDone('"+window.name+"', '"+MissionID+"');");
|
||||||
if (['adis-ownmissions', 'adis-krankentransporte', 'adis-verbandmission'].indexOf(window.name) != -1) {
|
if (['adis-ownmissions', 'adis-krankentransporte', 'adis-verbandmission'].indexOf(window.name) != -1) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
$('#mission_alarm_btn').click();
|
$('#mission_alarm_btn').click();
|
||||||
@@ -216,8 +216,6 @@ function ADis_CollectInvolvedVehicles() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(" Automatic Dispose: Bereits beteiligte Fahrzeuge:");
|
|
||||||
console.log(AD_Vehicles);
|
|
||||||
return AD_Vehicles;
|
return AD_Vehicles;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -283,8 +281,6 @@ function ADis_CollectPatients() {
|
|||||||
PatientCounter++;
|
PatientCounter++;
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(" Automatic Dispose: Patientenliste:");
|
|
||||||
console.log(AD_Patients);
|
|
||||||
return AD_Patients;
|
return AD_Patients;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user