v2 up iaogj9apc

This commit is contained in:
2018-12-03 11:55:49 +01:00
parent 9a2bf77b50
commit ec01dfbec1
3 changed files with 8 additions and 6 deletions

View File

@@ -1344,8 +1344,9 @@ class AutomaticDispose {
// TODO check cars driving or already there
if (self.MissionConfig.share){
let elems = $('#vehicle_show_table_all tr input[type="checkbox"]:checked')
console.log(elems)
console.log('self.MissionConfig.share',self.MissionConfig.share)
const elems = $('#vehicle_show_table_all tr input[type="checkbox"]:checked')
console.log('elems', elems)
for (let i = 0; i < elems.length; i++) {
if (i === 0) {
continue;