mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-17 13:25:22 +03:00
Update auxiliary.js
This commit is contained in:
parent
857df309e0
commit
06b049f9d0
1 changed files with 0 additions and 4 deletions
|
@ -288,10 +288,6 @@ TABS.auxiliary.initialize = function (callback) {
|
||||||
|
|
||||||
$('a.addRange').on('click', function () {
|
$('a.addRange').on('click', function () {
|
||||||
var modeElement = $(this).data('modeElement');
|
var modeElement = $(this).data('modeElement');
|
||||||
|
|
||||||
//var firstUnusedChannel = findFirstUnusedChannel(modeElement);
|
|
||||||
|
|
||||||
//addRangeToMode(modeElement, firstUnusedChannel);
|
|
||||||
addRangeToMode(modeElement, -1);
|
addRangeToMode(modeElement, -1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue