v2 up oav9a
This commit is contained in:
5
dist/autoloaderV2.js
vendored
5
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Wed Nov 28 2018 20:54:50 GMT+0100 (CET)*/
|
||||
/*Generated on:Wed Nov 28 2018 21:01:36 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -4668,7 +4668,7 @@ class AutomaticDispose {
|
||||
}).each((myWunsch) => {
|
||||
console.log('that.CollectRescueSprechwuensche: remove', myWunsch);
|
||||
if ($("#vehicle_list_" + myWunsch.vehicleID).find(".building_list_fms").text() != "5") {
|
||||
return that.RemoveRescueSprechwunschFromQueue(myWunsch.vehicleID);
|
||||
that.RemoveRescueSprechwunschFromQueue(myWunsch.vehicleID);
|
||||
}
|
||||
})
|
||||
return resolve();
|
||||
@@ -4695,6 +4695,7 @@ class AutomaticDispose {
|
||||
}).then((Wunsch) => {
|
||||
if (Wunsch !== undefined) {
|
||||
Wunsch.each((myWunsch) => {
|
||||
console.table(myWunsch);
|
||||
let VehicleID = myWunsch.vehicleID;
|
||||
that.UpdateRescueSprechwunschToDone(VehicleID).then(() => {
|
||||
if ($("#adis-sprechwunsch-rescue-frame").attr("vehicle_id") == "empty") {
|
||||
|
||||
Reference in New Issue
Block a user