This commit is contained in:
2019-02-13 18:22:22 +01:00
parent 6005336fb2
commit 6195fc5138
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Wed Feb 13 2019 18:17:11 GMT+0100 (CET)*/
/*Generated on:Wed Feb 13 2019 18:22:22 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18160,8 +18160,8 @@
}).then(() => {
var MOIODOS = $('div#mission_list div.missionSideBarEntry:visible');
return MOIODOS.each((_, elem) => {
if ($(elem).text().match(/Gefangene sollen abtransportiert werden/g) && $('#mission_panel_' + myWunsch.missionID).hasClass('mission_panel_greenmission_panel_red')) {
var MissionID = $(elem).attr("mission_id");
var MissionID = $(elem).attr("mission_id");
if ($(elem).text().match(/Gefangene sollen abtransportiert werden/g) && $('#mission_panel_' + MissionID).hasClass('mission_panel_greenmission_panel_red')) {
self.AddPoliceSprechwunschToQueue(MissionID);
}
});
@@ -19442,7 +19442,7 @@
}
}
window.console.log("Clicked Vehicles: ", $('#vehicle_show_table_all input[type="checkbox"]:checked').length, $('#vehicle_show_table_all input[type="checkbox"]:checked'));
window.console.log("Clicked Vehicles: %s %s", window.name, String(self.MissionID), $('#vehicle_show_table_all input[type="checkbox"]:checked').length, $('#vehicle_show_table_all input[type="checkbox"]:checked'));
// window.console.log("WILL KLICK SEND", self.MissionID, window.name)
self.UpdateMissionsToDone(self.MissionID).then(() => {