v2 golameoamvaoxüp
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:18:58 GMT+0100 (CET)*/
|
/*Generated on:Wed Nov 28 2018 21:22:19 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();
|
||||||
|
|||||||
6
dist/autoloaderV2.js
vendored
6
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Wed Nov 28 2018 21:18:58 GMT+0100 (CET)*/
|
/*Generated on:Wed Nov 28 2018 21:22:19 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -4739,7 +4739,7 @@ class AutomaticDispose {
|
|||||||
if ($("h4:contains('Eigene Krankenhäuser')").length > 0 || $("h4:contains('Verbandskrankenhäuser')").length > 0) {
|
if ($("h4:contains('Eigene Krankenhäuser')").length > 0 || $("h4:contains('Verbandskrankenhäuser')").length > 0) {
|
||||||
this.Collect_Hospitals();
|
this.Collect_Hospitals();
|
||||||
} else {
|
} else {
|
||||||
VehicleID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
let VehicleID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
||||||
this.RemoveRescueSprechwunschFromQueue(VehicleID).then((deleteCount) => {
|
this.RemoveRescueSprechwunschFromQueue(VehicleID).then((deleteCount) => {
|
||||||
$("#adis-sprechwunsch-rescue-frame").attr("src", "");
|
$("#adis-sprechwunsch-rescue-frame").attr("src", "");
|
||||||
$("#adis-sprechwunsch-rescue-frame").attr("vehicle_id", "empty");
|
$("#adis-sprechwunsch-rescue-frame").attr("vehicle_id", "empty");
|
||||||
@@ -5082,7 +5082,7 @@ class AutomaticDispose {
|
|||||||
});
|
});
|
||||||
|
|
||||||
that.Jails.reverse();
|
that.Jails.reverse();
|
||||||
if (Jails.length > 0) {
|
if (that.Jails.length > 0) {
|
||||||
this.Send_Vehicle_To_Jail()
|
this.Send_Vehicle_To_Jail()
|
||||||
} else {
|
} else {
|
||||||
$("#mission_vehicle_driving tbody, #mission_vehicle_at_mission tbody").find("tr").each(function () {
|
$("#mission_vehicle_driving tbody, #mission_vehicle_at_mission tbody").find("tr").each(function () {
|
||||||
|
|||||||
@@ -264,7 +264,7 @@ class AutomaticDispose {
|
|||||||
if ($("h4:contains('Eigene Krankenhäuser')").length > 0 || $("h4:contains('Verbandskrankenhäuser')").length > 0) {
|
if ($("h4:contains('Eigene Krankenhäuser')").length > 0 || $("h4:contains('Verbandskrankenhäuser')").length > 0) {
|
||||||
this.Collect_Hospitals();
|
this.Collect_Hospitals();
|
||||||
} else {
|
} else {
|
||||||
VehicleID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
let VehicleID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
||||||
this.RemoveRescueSprechwunschFromQueue(VehicleID).then((deleteCount) => {
|
this.RemoveRescueSprechwunschFromQueue(VehicleID).then((deleteCount) => {
|
||||||
$("#adis-sprechwunsch-rescue-frame").attr("src", "");
|
$("#adis-sprechwunsch-rescue-frame").attr("src", "");
|
||||||
$("#adis-sprechwunsch-rescue-frame").attr("vehicle_id", "empty");
|
$("#adis-sprechwunsch-rescue-frame").attr("vehicle_id", "empty");
|
||||||
@@ -607,7 +607,7 @@ class AutomaticDispose {
|
|||||||
});
|
});
|
||||||
|
|
||||||
that.Jails.reverse();
|
that.Jails.reverse();
|
||||||
if (Jails.length > 0) {
|
if (that.Jails.length > 0) {
|
||||||
this.Send_Vehicle_To_Jail()
|
this.Send_Vehicle_To_Jail()
|
||||||
} else {
|
} else {
|
||||||
$("#mission_vehicle_driving tbody, #mission_vehicle_at_mission tbody").find("tr").each(function () {
|
$("#mission_vehicle_driving tbody, #mission_vehicle_at_mission tbody").find("tr").each(function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user