Skip to content

Commit 0d3744e

Browse files
committed
Update getSimData.js
1 parent 9b804d5 commit 0d3744e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/custom/getSimData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function displayData() {
119119
$("#autopilot-altitude-lock-var").attr('placeholder', autopilot_altitude_lock_var);
120120
$("#autopilot-airspeed-hold-var").attr('placeholder', autopilot_airspeed_hold_var);
121121
$("#autopilot-pitch-hold-ref").attr('placeholder', autopilot_pitch_hold_ref);
122-
¢("#autopilot-vertical-hold-ref"),attr('placeholder', autopilot_vertical_hold_var);
122+
$("#autopilot-vertical-hold-ref").attr('placeholder', autopilot_vertical_hold_var);
123123

124124
//Control surfaces
125125
$("#gear-handle-position").html(gear_handle_position);

0 commit comments

Comments
 (0)