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; }