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

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
* ===============================================
@@ -4673,6 +4673,7 @@ class AutomaticDispose {
})
return resolve();
}).then(() => {
console.log('that.CollectRescueSprechwuensche: add')
$("#building_list").find(".building_list_vehicle_element").each(function () {
var VehicleStatus = $(this).find(".building_list_fms").text();
var VehicleType = Number(parseInt($(this).find("a").attr("vehicle_type_id")));