This commit is contained in:
2019-02-13 18:37:08 +01:00
parent 6195fc5138
commit ac05599665
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Wed Feb 13 2019 18:22:22 GMT+0100 (CET)*/
/*Generated on:Wed Feb 13 2019 18:37:07 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18161,7 +18161,7 @@
var MOIODOS = $('div#mission_list div.missionSideBarEntry:visible');
return MOIODOS.each((_, elem) => {
var MissionID = $(elem).attr("mission_id");
if ($(elem).text().match(/Gefangene sollen abtransportiert werden/g) && $('#mission_panel_' + MissionID).hasClass('mission_panel_greenmission_panel_red')) {
if ($(elem).text().match(/Gefangene sollen abtransportiert werden/g) && $('#mission_panel_' + MissionID).hasClass('mission_panel_red')) {
self.AddPoliceSprechwunschToQueue(MissionID);
}
});