mvoa43
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Fri Jan 11 2019 01:48:43 GMT+0100 (CET)*/
|
/*Generated on:Fri Jan 11 2019 01:51:15 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();
|
||||||
|
|||||||
Vendored
+4
-3
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Fri Jan 11 2019 01:48:43 GMT+0100 (CET)*/
|
/*Generated on:Fri Jan 11 2019 01:51:15 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18765,12 +18765,13 @@ class AutomaticDispose {
|
|||||||
}
|
}
|
||||||
|
|
||||||
window.console.log("Clicked Vehicles: ", $('#vehicle_show_table_all input[type="checkbox"]:checked').length, $('#vehicle_show_table_all input[type="checkbox"]:checked'));
|
window.console.log("Clicked Vehicles: ", $('#vehicle_show_table_all input[type="checkbox"]:checked').length, $('#vehicle_show_table_all input[type="checkbox"]:checked'));
|
||||||
window.console.log("WILL KLICK SEND")
|
window.console.log("WILL KLICK SEND", self.MissionID)
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.console.log("WILL KLICK SEND2")
|
window.console.log("WILL KLICK SEND2", self.MissionID)
|
||||||
self.UpdateMissionsToDone(self.MissionID).then(() => {
|
self.UpdateMissionsToDone(self.MissionID).then(() => {
|
||||||
tellParent(`console.log('ok:${window.name}:${self.MissionID}');`);
|
tellParent(`console.log('ok:${window.name}:${self.MissionID}');`);
|
||||||
window.$('#mission_alarm_btn').click();
|
window.$('#mission_alarm_btn').click();
|
||||||
|
window.console.log("WILL KLICK SEND3", self.MissionID)
|
||||||
});
|
});
|
||||||
}, 250);
|
}, 250);
|
||||||
|
|
||||||
|
|||||||
+3
-2
@@ -1411,12 +1411,13 @@ class AutomaticDispose {
|
|||||||
}
|
}
|
||||||
|
|
||||||
window.console.log("Clicked Vehicles: ", $('#vehicle_show_table_all input[type="checkbox"]:checked').length, $('#vehicle_show_table_all input[type="checkbox"]:checked'));
|
window.console.log("Clicked Vehicles: ", $('#vehicle_show_table_all input[type="checkbox"]:checked').length, $('#vehicle_show_table_all input[type="checkbox"]:checked'));
|
||||||
window.console.log("WILL KLICK SEND")
|
window.console.log("WILL KLICK SEND", self.MissionID)
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.console.log("WILL KLICK SEND2")
|
window.console.log("WILL KLICK SEND2", self.MissionID)
|
||||||
self.UpdateMissionsToDone(self.MissionID).then(() => {
|
self.UpdateMissionsToDone(self.MissionID).then(() => {
|
||||||
tellParent(`console.log('ok:${window.name}:${self.MissionID}');`);
|
tellParent(`console.log('ok:${window.name}:${self.MissionID}');`);
|
||||||
window.$('#mission_alarm_btn').click();
|
window.$('#mission_alarm_btn').click();
|
||||||
|
window.console.log("WILL KLICK SEND3", self.MissionID)
|
||||||
});
|
});
|
||||||
}, 250);
|
}, 250);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user