v2 update 20c0pbaop

This commit is contained in:
2018-11-28 21:07:04 +01:00
parent d89026bf81
commit f99f96d0c2
3 changed files with 4 additions and 2 deletions

2
dist/autoloader.js vendored
View File

@@ -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();

View File

@@ -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")));

View File

@@ -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")));