v2 up aijg9aß
This commit is contained in:
@@ -1344,12 +1344,13 @@ 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; i < elem.length; i++) {
|
||||
let elems = $('#vehicle_show_table_all tr input[type="checkbox"]:checked')
|
||||
console.log(elems)
|
||||
for (let i = 0; i < elems.length; i++) {
|
||||
if (i === 0) {
|
||||
continue;
|
||||
}
|
||||
$(elem[i]).click();
|
||||
elems[i].click();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user