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 9b804d5 commit 0d3744eCopy full SHA for 0d3744e
static/js/custom/getSimData.js
@@ -119,7 +119,7 @@ function displayData() {
119
$("#autopilot-altitude-lock-var").attr('placeholder', autopilot_altitude_lock_var);
120
$("#autopilot-airspeed-hold-var").attr('placeholder', autopilot_airspeed_hold_var);
121
$("#autopilot-pitch-hold-ref").attr('placeholder', autopilot_pitch_hold_ref);
122
- ¢("#autopilot-vertical-hold-ref"),attr('placeholder', autopilot_vertical_hold_var);
+ $("#autopilot-vertical-hold-ref").attr('placeholder', autopilot_vertical_hold_var);
123
124
//Control surfaces
125
$("#gear-handle-position").html(gear_handle_position);
0 commit comments