This commit is contained in:
2019-01-11 01:51:15 +01:00
parent 8033ba32b3
commit 9e83a24dd3
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -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();
+4 -3
View File
@@ -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
View File
@@ -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);