From 00bbae0989d587b1d9df2a854881f1cd2b51ee92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Mon, 3 Dec 2018 11:50:38 +0100 Subject: [PATCH] v2 Google --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 4 ++-- src/autoloaderV2.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index f729b7c..3ca655c 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 03 2018 11:47:10 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 03 2018 11:50:38 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 50ab260..8fcdc2c 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 03 2018 11:47:10 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 03 2018 11:50:38 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18937,7 +18937,7 @@ class AutomaticDispose { // TODO check cars driving or already there if (self.MissionConfig.share){ let elem = $('#vehicle_show_table_all tr input[type="checkbox"]:checked') - for (let i = 0; 1 < elem.length; i++) { + for (let i = 0; i < elem.length; i++) { if (i === 0) { continue; } diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 750ab2f..f53a5f7 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1345,7 +1345,7 @@ class AutomaticDispose { // TODO check cars driving or already there if (self.MissionConfig.share){ let elem = $('#vehicle_show_table_all tr input[type="checkbox"]:checked') - for (let i = 0; 1 < elem.length; i++) { + for (let i = 0; i < elem.length; i++) { if (i === 0) { continue; }