debugx
This commit is contained in:
Vendored
+1
-1
@@ -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)*/
|
||||||
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
+4
-4
@@ -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
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18160,8 +18160,8 @@
|
|||||||
}).then(() => {
|
}).then(() => {
|
||||||
var MOIODOS = $('div#mission_list div.missionSideBarEntry:visible');
|
var MOIODOS = $('div#mission_list div.missionSideBarEntry:visible');
|
||||||
return MOIODOS.each((_, elem) => {
|
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);
|
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)
|
// window.console.log("WILL KLICK SEND", self.MissionID, window.name)
|
||||||
|
|
||||||
self.UpdateMissionsToDone(self.MissionID).then(() => {
|
self.UpdateMissionsToDone(self.MissionID).then(() => {
|
||||||
|
|||||||
+3
-3
@@ -404,8 +404,8 @@
|
|||||||
}).then(() => {
|
}).then(() => {
|
||||||
var MOIODOS = $('div#mission_list div.missionSideBarEntry:visible');
|
var MOIODOS = $('div#mission_list div.missionSideBarEntry:visible');
|
||||||
return MOIODOS.each((_, elem) => {
|
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);
|
self.AddPoliceSprechwunschToQueue(MissionID);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -1452,7 +1452,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)
|
// window.console.log("WILL KLICK SEND", self.MissionID, window.name)
|
||||||
|
|
||||||
self.UpdateMissionsToDone(self.MissionID).then(() => {
|
self.UpdateMissionsToDone(self.MissionID).then(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user