Skip to content

Commit 2cc0a2c

Browse files
Mark JessopMark Jessop
authored andcommitted
Don't update recovery serial number with chase car IDs
1 parent 281dfda commit 2cc0a2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

js/tracker.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,10 @@ function followVehicle(vcallsign, noPan, force) {
15691569
updateGraph(vcallsign, true);
15701570
drawLOSPaths(vcallsign);
15711571

1572-
$("#pr_serial").val(vcallsign);
1572+
if(!vcallsign.endsWith("_chase")){
1573+
$("#pr_serial").val(vcallsign);
1574+
}
1575+
15731576
}
15741577

15751578
if(should_pan) {

0 commit comments

Comments
 (0)