1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +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 + '\
<td class="direction">\
<input class="first" type="checkbox"/><span class="name">' + name + '</span>\
<input class="second" type="checkbox"/><span class="alternate">' + alternate + '</span>\
</td>\
</tr> \
');