fix prisoners polise sprechwunsch

This commit is contained in:
2019-02-18 21:40:32 +01:00
parent 18d73380b7
commit 0a46b04ebd
3 changed files with 4 additions and 4 deletions

View File

@@ -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
* ===============================================
@@ -18431,7 +18431,7 @@
Check_Call_Police_Active() {
let self = this;
if ($('#h2_prisoners').length > 0) {
if ($('#h2_prisoners').length > 0 || $('img.patientPrisonerIcon').length > 0) {
self.Collect_Jails();
} else {
let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);