fix prisoners polise sprechwunsch
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Feb 18 2019 21:29:20 GMT+0100 (CET)*/
|
/*Generated on:Mon Feb 18 2019 21:40:31 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();
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Feb 18 2019 21:29:20 GMT+0100 (CET)*/
|
/*Generated on:Mon Feb 18 2019 21:40:31 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18431,7 +18431,7 @@
|
|||||||
|
|
||||||
Check_Call_Police_Active() {
|
Check_Call_Police_Active() {
|
||||||
let self = this;
|
let self = this;
|
||||||
if ($('#h2_prisoners').length > 0) {
|
if ($('#h2_prisoners').length > 0 || $('img.patientPrisonerIcon').length > 0) {
|
||||||
self.Collect_Jails();
|
self.Collect_Jails();
|
||||||
} else {
|
} else {
|
||||||
let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
||||||
|
|||||||
+1
-1
@@ -632,7 +632,7 @@
|
|||||||
|
|
||||||
Check_Call_Police_Active() {
|
Check_Call_Police_Active() {
|
||||||
let self = this;
|
let self = this;
|
||||||
if ($('#h2_prisoners').length > 0) {
|
if ($('#h2_prisoners').length > 0 || $('img.patientPrisonerIcon').length > 0) {
|
||||||
self.Collect_Jails();
|
self.Collect_Jails();
|
||||||
} else {
|
} else {
|
||||||
let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user