v2 update 20c0pbaop
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Wed Nov 28 2018 21:01:36 GMT+0100 (CET)*/
|
/*Generated on:Wed Nov 28 2018 21:07:03 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();
|
||||||
|
|||||||
3
dist/autoloaderV2.js
vendored
3
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Wed Nov 28 2018 21:01:36 GMT+0100 (CET)*/
|
/*Generated on:Wed Nov 28 2018 21:07:03 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -4673,6 +4673,7 @@ class AutomaticDispose {
|
|||||||
})
|
})
|
||||||
return resolve();
|
return resolve();
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
|
console.log('that.CollectRescueSprechwuensche: add')
|
||||||
$("#building_list").find(".building_list_vehicle_element").each(function () {
|
$("#building_list").find(".building_list_vehicle_element").each(function () {
|
||||||
var VehicleStatus = $(this).find(".building_list_fms").text();
|
var VehicleStatus = $(this).find(".building_list_fms").text();
|
||||||
var VehicleType = Number(parseInt($(this).find("a").attr("vehicle_type_id")));
|
var VehicleType = Number(parseInt($(this).find("a").attr("vehicle_type_id")));
|
||||||
|
|||||||
@@ -198,6 +198,7 @@ class AutomaticDispose {
|
|||||||
})
|
})
|
||||||
return resolve();
|
return resolve();
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
|
console.log('that.CollectRescueSprechwuensche: add')
|
||||||
$("#building_list").find(".building_list_vehicle_element").each(function () {
|
$("#building_list").find(".building_list_vehicle_element").each(function () {
|
||||||
var VehicleStatus = $(this).find(".building_list_fms").text();
|
var VehicleStatus = $(this).find(".building_list_fms").text();
|
||||||
var VehicleType = Number(parseInt($(this).find("a").attr("vehicle_type_id")));
|
var VehicleType = Number(parseInt($(this).find("a").attr("vehicle_type_id")));
|
||||||
|
|||||||
Reference in New Issue
Block a user