File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,10 @@ PILOT_ACCELERATION = 0.04;
87
87
this . moving = false ;
88
88
this . keys = { } ;
89
89
90
+ // Add the buttons to the control area
91
+ $ ( '#controls' ) . append ( '<input type="button" id="ftrim" value="Flat trim">' ) ;
92
+ $ ( '#controls' ) . append ( '<input type="button" id="calibratemagneto" value="Calibrate magneto">' ) ;
93
+
90
94
// Start with magneto calibration disabled.
91
95
$ ( '#calibratemagneto' ) . prop ( 'disabled' , true ) ;
92
96
Original file line number Diff line number Diff line change 25
25
<body >
26
26
<div class =" header-container" >
27
27
<span id =" controls" >
28
- <input type =" button" id =" ftrim" value =" Flat trim" >
29
- <input type =" button" id =" calibratemagneto" value =" Calibrate magneto" >
30
28
</span >
31
29
<header class =" wrapper clearfix" >
32
30
<span class =" brand" >WebFlight</span >
You can’t perform that action at this time.
0 commit comments