Skip to content

Commit 460b21d

Browse files
committed
Update glass3.html
1 parent 6ab9324 commit 460b21d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/glass3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ <h3 class="card-title"><span id=airspeed>?</span></h3>
315315
$("#vertical-speed").text(vertical_speed);
316316
$("#airspeed").text(airspeed);
317317
$('#autopilot-master').prop('checked', autopilot_master);
318+
console.log autopilot_master;
318319

319320
$("#fuel-percentage").text(fuel_percentage);
320321
$("#fuel-percentage-bar").css("width", fuel_percentage+"%");

0 commit comments

Comments
 (0)