Merge pull request #614 from shellixyz/fix_motors_tab_sliders

Fix motors tab sliders (#613)
pull/621/head
Michel Pastor 6 years ago committed by GitHub
commit 02388d656f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -375,7 +375,7 @@ TABS.motors.initialize = function (callback) {
buffer_delay = false; buffer_delay = false;
$('div.sliders input:not(.master)').on('input', function () { $('div.sliders input:not(.master)').on('input', function () {
var index = $(this).index(), var index = $('div.sliders input:not(.master)').index(this),
buffer = [], buffer = [],
i; i;

Loading…
Cancel
Save