v83717
This commit is contained in:
20
dist/autoloaderV2.js
vendored
20
dist/autoloaderV2.js
vendored
@@ -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)
|
||||
});
|
||||
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user