Fixed missing direction fragment lost during edit

10.3.x-maintenance
enly1 2015-01-18 17:07:47 +00:00 committed by Dominic Clifton
parent 60ee83b1b4
commit 36989b8e5d
1 changed files with 1 additions and 0 deletions

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> \
');