We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3f5cf commit e9d5950Copy full SHA for e9d5950
js/tracker.js
@@ -1068,7 +1068,7 @@ function redrawPrediction(vcallsign) {
1068
}
1069
1070
vehicle.graph_data[1].data = graph_data;
1071
- updateGraph(vcallsign, true);
+ if(follow_vehicle !== null && follow_vehicle === vcallsign) updateGraph(vcallsign, true);
1072
vehicle.prediction_path = line;
1073
1074
if(vehicle.prediction_polyline !== null) {
0 commit comments