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

4
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Nov 24 2018 20:47:09 GMT+0100 (CET)*/
/*Generated on:Sat Nov 24 2018 20:49:42 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime();
@@ -5442,7 +5442,7 @@ ADisDB.on("ready", () => {
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);
}
})

2
dist/standalone.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Nov 24 2018 20:47:09 GMT+0100 (CET)*/
/*Generated on:Sat Nov 24 2018 20:49:42 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}

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);
}
})