v2 Google

This commit is contained in:
2018-12-03 11:50:38 +01:00
parent 451c3a3568
commit 00bbae0989
3 changed files with 4 additions and 4 deletions

View File

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