diff --git a/plugins/pilot/public/js/pilot.js b/plugins/pilot/public/js/pilot.js index 8ebb861..90402f2 100644 --- a/plugins/pilot/public/js/pilot.js +++ b/plugins/pilot/public/js/pilot.js @@ -87,6 +87,10 @@ PILOT_ACCELERATION = 0.04; this.moving = false; this.keys = {}; + // Add the buttons to the control area + $('#controls').append(''); + $('#controls').append(''); + // Start with magneto calibration disabled. $('#calibratemagneto').prop('disabled', true); diff --git a/views/index.ejs b/views/index.ejs index 59b7cdf..94e8a09 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -25,8 +25,6 @@
- -
WebFlight