Skip to content

Commit

Permalink
Update auxiliary.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MrD-RC committed Nov 7, 2024
1 parent 857df30 commit 06b049f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tabs/auxiliary.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit 06b049f

Please sign in to comment.