From 9e83a24dd3d34d645e56b16609aecc4ad75e6df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Fri, 11 Jan 2019 01:51:15 +0100 Subject: [PATCH] mvoa43 --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 7 ++++--- src/autoloaderV2.js | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index 144777f..4301d21 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -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_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var da_lss_adis_time = new Date().getTime(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index 95100b6..c2841a4 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -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); diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 5793952..1d392ed 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -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("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);