From ec01dfbec1a40a08e432cba61b169e19c03be402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Mon, 3 Dec 2018 11:55:49 +0100 Subject: [PATCH] v2 up iaogj9apc --- 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 4dfa611..bf934f2 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 03 2018 11:52:24 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 03 2018 11:55:48 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 f2e5863..6c3e7ba 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 03 2018 11:52:24 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 03 2018 11:55:48 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18936,8 +18936,9 @@ class AutomaticDispose { // TODO check cars driving or already there if (self.MissionConfig.share){ - let elems = $('#vehicle_show_table_all tr input[type="checkbox"]:checked') - console.log(elems) + console.log('self.MissionConfig.share',self.MissionConfig.share) + const elems = $('#vehicle_show_table_all tr input[type="checkbox"]:checked') + console.log('elems', elems) for (let i = 0; i < elems.length; i++) { if (i === 0) { continue; diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 9961e50..2d0df38 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1344,8 +1344,9 @@ class AutomaticDispose { // TODO check cars driving or already there if (self.MissionConfig.share){ - let elems = $('#vehicle_show_table_all tr input[type="checkbox"]:checked') - console.log(elems) + console.log('self.MissionConfig.share',self.MissionConfig.share) + const elems = $('#vehicle_show_table_all tr input[type="checkbox"]:checked') + console.log('elems', elems) for (let i = 0; i < elems.length; i++) { if (i === 0) { continue;