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 10b511e commit 7574157Copy full SHA for 7574157
js/tracker.js
@@ -729,9 +729,11 @@ function redrawPrediction(vehicle_index) {
729
clickable: true,
730
draggable: false,
731
});
732
- vehicle.prediction_polyline.path_length = path_length;
733
google.maps.event.addListener(vehicle.prediction_polyline, 'click', mapInfoBox_handle_path);
734
}
+
735
+ vehicle.prediction_polyline.path_length = path_length;
736
737
var image_src;
738
if(vehicle_names[vehicle_index] != "wb8elk2") { // WhiteStar
739
var html = "";
0 commit comments