diff --git a/dist/autoloader.js b/dist/autoloader.js index fa48b2a..55c385b 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Feb 18 2019 21:42:57 GMT+0100 (CET)*/ +/*Generated on:Mon Feb 18 2019 21:47:15 GMT+0100 (CET)*/ var AutomaticDispose_Branch = "master"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var da_lss_adis_time = new Date().getTime(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index 833fe37..c2f6ff1 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Feb 18 2019 21:42:57 GMT+0100 (CET)*/ +/*Generated on:Mon Feb 18 2019 21:47:15 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 || $('img.patientPrisonerIcon').length > 0) { + if (($('#h2_prisoners').length > 0 || $('img.patientPrisonerIcon').length > 0) && !self.includesString($('#missionH1').text(),'[verband]')) { self.Collect_Jails(); } else { let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1); diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 38251db..65a2a0b 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -632,7 +632,7 @@ Check_Call_Police_Active() { let self = this; - if ($('#h2_prisoners').length > 0 || $('img.patientPrisonerIcon').length > 0) { + if (($('#h2_prisoners').length > 0 || $('img.patientPrisonerIcon').length > 0) && !self.includesString($('#missionH1').text(),'[verband]')) { self.Collect_Jails(); } else { let MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);