1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 12:55:13 +03:00

Update auxiliary.js

This commit is contained in:
Mr D - RC 2024-11-07 22:14:40 +00:00
parent 857df309e0
commit 06b049f9d0

View file

@ -288,10 +288,6 @@ TABS.auxiliary.initialize = function (callback) {
$('a.addRange').on('click', function () {
var modeElement = $(this).data('modeElement');
//var firstUnusedChannel = findFirstUnusedChannel(modeElement);
//addRangeToMode(modeElement, firstUnusedChannel);
addRangeToMode(modeElement, -1);
});