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.
2 parents f5378f9 + 5d3ffe1 commit 356524cCopy full SHA for 356524c
js/tracker.js
@@ -1179,7 +1179,7 @@ function panTo(vcallsign) {
1179
serial: vcallsign,
1180
success: function(response, textStatus) {
1181
updatePredictions(response);
1182
- set_polyline_visibility(serial,true);
+ set_polyline_visibility(this.serial,true);
1183
}
1184
});
1185
@@ -1192,7 +1192,7 @@ function panTo(vcallsign) {
1192
1193
1194
updateLaunchPredictions(response);
1195
1196
1197
1198
0 commit comments