This commit is contained in:
2019-01-11 02:08:58 +01:00
parent 88e1a0f3ae
commit dbc3e977d1
3 changed files with 22 additions and 18 deletions

20
dist/autoloaderV2.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Fri Jan 11 2019 02:00:15 GMT+0100 (CET)*/
/*Generated on:Fri Jan 11 2019 02:08:57 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18765,15 +18765,17 @@ 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", self.MissionID)
setTimeout(() => {
window.console.log("WILL KLICK SEND2", self.MissionID)
self.UpdateMissionsToDone(self.MissionID).then(() => {
tellParent(`console.log('ok:${window.name}:${self.MissionID}');`);
window.console.log("WILL KLICK SEND", self.MissionID, window.name)
self.UpdateMissionsToDone(self.MissionID).then(() => {
tellParent(`console.log('ok:${window.name}:${self.MissionID}');`);
if ($('#vehicle_show_table_all input[type="checkbox"]:checked').length == 0) {
tellParent(`console.log('nocars:${window.name}:${self.MissionID}');window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`);
} else {
window.$('#mission_alarm_btn').click();
window.console.log("WILL KLICK SEND3", self.MissionID)
});
}, 250);
}
window.console.log("WILL KLICK SEND3", self.MissionID, window.name)
});
})
}