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

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