v2 up iaogj9apc
This commit is contained in:
7
dist/autoloaderV2.js
vendored
7
dist/autoloaderV2.js
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user