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