Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
fixed wings state missing on html
Browse files Browse the repository at this point in the history
  • Loading branch information
ael-code committed Jun 12, 2014
1 parent 1dbf515 commit ce4cb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_gui/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h4>Wings Direction</h4>
<!-- Wings Direction -->
<h4>Wings Direction</h4>
<div class="btn-group" >

<a class="btn btn-default wing-btn" id="wing_v" onclick='wing_onclick("1");'><i class="fa fa-arrows-v fa-2x"></i></a>
<a class="btn btn-default wing-btn" id="wing_h" onclick='wing_onclick("2");'><i class="fa fa-arrows-h fa-2x"></i></a>
<a class="btn btn-default wing-btn" id="wing_b" onclick='wing_onclick("3");'><i class="fa fa-arrows fa-2x"></i></a>
</div>
Expand Down

0 comments on commit ce4cb3d

Please sign in to comment.