1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Fixed missing direction fragment lost during edit

This commit is contained in:
enly1 2015-01-18 17:07:47 +00:00 committed by Dominic Clifton
parent 60ee83b1b4
commit 36989b8e5d

View file

@ -97,6 +97,7 @@ TABS.servos.initialize = function (callback) {
' + servoCheckbox + '\ ' + servoCheckbox + '\
<td class="direction">\ <td class="direction">\
<input class="first" type="checkbox"/><span class="name">' + name + '</span>\ <input class="first" type="checkbox"/><span class="name">' + name + '</span>\
<input class="second" type="checkbox"/><span class="alternate">' + alternate + '</span>\
</td>\ </td>\
</tr> \ </tr> \
'); ');