1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-19 06:15:11 +03:00

chainer for motors tab

This commit is contained in:
Pawel Spychalski (DzikuVx) 2018-02-01 15:45:23 +01:00
parent 80dfe85930
commit eb208af39d
5 changed files with 42 additions and 17 deletions

View file

@ -47,7 +47,7 @@ TABS.servos.initialize = function (callback) {
*/
var rules = SERVO_RULES.get();
$servoMixTableBody.find("*").remove();
for (servoRuleIndex in rules) {
for (var servoRuleIndex in rules) {
if (rules.hasOwnProperty(servoRuleIndex)) {
const servoRule = rules[servoRuleIndex];