v2 Google
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user