v2 up iaogj9apc
This commit is contained in:
Vendored
+1
-1
@@ -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)*/
|
||||||
var AutomaticDispose_Branch = "master";
|
var AutomaticDispose_Branch = "master";
|
||||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||||
var da_lss_adis_time = new Date().getTime();
|
var da_lss_adis_time = new Date().getTime();
|
||||||
|
|||||||
Vendored
+4
-3
@@ -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
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18936,8 +18936,9 @@ class AutomaticDispose {
|
|||||||
|
|
||||||
// TODO check cars driving or already there
|
// TODO check cars driving or already there
|
||||||
if (self.MissionConfig.share){
|
if (self.MissionConfig.share){
|
||||||
let elems = $('#vehicle_show_table_all tr input[type="checkbox"]:checked')
|
console.log('self.MissionConfig.share',self.MissionConfig.share)
|
||||||
console.log(elems)
|
const elems = $('#vehicle_show_table_all tr input[type="checkbox"]:checked')
|
||||||
|
console.log('elems', elems)
|
||||||
for (let i = 0; i < elems.length; i++) {
|
for (let i = 0; i < elems.length; i++) {
|
||||||
if (i === 0) {
|
if (i === 0) {
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
+3
-2
@@ -1344,8 +1344,9 @@ class AutomaticDispose {
|
|||||||
|
|
||||||
// TODO check cars driving or already there
|
// TODO check cars driving or already there
|
||||||
if (self.MissionConfig.share){
|
if (self.MissionConfig.share){
|
||||||
let elems = $('#vehicle_show_table_all tr input[type="checkbox"]:checked')
|
console.log('self.MissionConfig.share',self.MissionConfig.share)
|
||||||
console.log(elems)
|
const elems = $('#vehicle_show_table_all tr input[type="checkbox"]:checked')
|
||||||
|
console.log('elems', elems)
|
||||||
for (let i = 0; i < elems.length; i++) {
|
for (let i = 0; i < elems.length; i++) {
|
||||||
if (i === 0) {
|
if (i === 0) {
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user