Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Pastor <shellixyz@users.noreply.github.com>2018-12-18 19:11:42 +0300
committerGitHub <noreply@github.com>2018-12-18 19:11:42 +0300
commit02388d656fc55557179062c6711b0290e2d982eb (patch)
treec3f490be5c4469e653bbe26562eca71104ff97fe
parentefa226da3240195799c0ff409ab51e4a6fd6e2e9 (diff)
parent05c96f93c36953d5c2c62a387074e7e780c2d989 (diff)
Merge pull request #614 from shellixyz/fix_motors_tab_sliders
Fix motors tab sliders (#613)
-rw-r--r--tabs/motors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabs/motors.js b/tabs/motors.js
index 86d2eb52..65d94fb0 100644
--- a/tabs/motors.js
+++ b/tabs/motors.js
@@ -375,7 +375,7 @@ TABS.motors.initialize = function (callback) {
buffer_delay = false;
$('div.sliders input:not(.master)').on('input', function () {
- var index = $(this).index(),
+ var index = $('div.sliders input:not(.master)').index(this),
buffer = [],
i;