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

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
* ===============================================
@@ -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("WILL KLICK SEND")
window.console.log("WILL KLICK SEND", self.MissionID)
setTimeout(() => {
window.console.log("WILL KLICK SEND2")
window.console.log("WILL KLICK SEND2", self.MissionID)
self.UpdateMissionsToDone(self.MissionID).then(() => {
tellParent(`console.log('ok:${window.name}:${self.MissionID}');`);
window.$('#mission_alarm_btn').click();
window.console.log("WILL KLICK SEND3", self.MissionID)
});
}, 250);