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

@@ -198,6 +198,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")));