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

@@ -1,4 +1,4 @@
/*Generated on:Mon Dec 03 2018 11:52:24 GMT+0100 (CET)*/
/*Generated on:Mon Dec 03 2018 11:55:48 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18936,8 +18936,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;