fix police sprechwunsch vehicle call
This commit is contained in:
5
dist/autoloaderV2.js
vendored
5
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Tue Feb 19 2019 01:19:44 GMT+0100 (CET)*/
|
||||
/*Generated on:Tue Feb 19 2019 14:49:29 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -18610,7 +18610,8 @@
|
||||
$("#mission_vehicle_driving tbody, #mission_vehicle_at_mission tbody").find("tr").each((_, elem) => {
|
||||
//__FIXX__20192
|
||||
let me = $(elem).find('td:nth-child(5) > a:contains("Jomaar")').length;
|
||||
if (me > 0) {
|
||||
let me2 = $(elem).find('td:nth-child(7) > a:contains("Jomaar")').length;
|
||||
if (me+me2 > 0) {
|
||||
//__FIXX__20192
|
||||
var CalledVehicleID = parseInt($(elem).find("a").first().attr("vehicle_type_id"));
|
||||
if (CalledVehicleID == 52) {
|
||||
|
||||
Reference in New Issue
Block a user