dy
This commit is contained in:
3
dist/autoloader.js
vendored
3
dist/autoloader.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Sat Nov 24 2018 16:22:35 GMT+0100 (CET)*/
|
||||
/*Generated on:Sat Nov 24 2018 16:25:38 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();
|
||||
@@ -6444,6 +6444,7 @@ ADisDB.on("ready", () => {
|
||||
console.log('ADis_CollectPoliceSprechwuensche: add');
|
||||
var MOIODOS = $('div#mission_list div.missionSideBarEntry:visible');
|
||||
MOIODOS.each(function (index) {
|
||||
console.log('ADis_CollectPoliceSprechwuensche: add', $(this).text().match(/Gefangene sollen abtransportiert werden/g));
|
||||
if ($(this).text().match(/Gefangene sollen abtransportiert werden/g)) {
|
||||
var MissionID = $(this).attr("mission_id");
|
||||
ADis_AddPoliceSprechwunschToQueue(MissionID);
|
||||
|
||||
2
dist/standalone.js
vendored
2
dist/standalone.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Sat Nov 24 2018 16:22:35 GMT+0100 (CET)*/
|
||||
/*Generated on:Sat Nov 24 2018 16:25:38 GMT+0100 (CET)*/
|
||||
function includesString(string1, string2) {
|
||||
return string1.toLowerCase().includes(string2.toLowerCase());
|
||||
}
|
||||
|
||||
@@ -28,6 +28,7 @@ function ADis_CollectPoliceSprechwuensche() {
|
||||
console.log('ADis_CollectPoliceSprechwuensche: add');
|
||||
var MOIODOS = $('div#mission_list div.missionSideBarEntry:visible');
|
||||
MOIODOS.each(function (index) {
|
||||
console.log('ADis_CollectPoliceSprechwuensche: add', $(this).text().match(/Gefangene sollen abtransportiert werden/g));
|
||||
if ($(this).text().match(/Gefangene sollen abtransportiert werden/g)) {
|
||||
var MissionID = $(this).attr("mission_id");
|
||||
ADis_AddPoliceSprechwunschToQueue(MissionID);
|
||||
|
||||
Reference in New Issue
Block a user