File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -680,7 +680,7 @@ auxiliary.initialize = function (callback) {
680
680
if ( ! isSelectedMode ( modeList , FC . AUX_CONFIG [ i ] ) ) {
681
681
modeElement . toggle ( false ) ;
682
682
}
683
- else if ( ! isSelectedMode ( modeList , FC . AUX_CONFIG [ i ] ) && modeElement . find ( ' .range' ) . length == 0 && modeElement . find ( ' .link' ) . length == 0 ) {
683
+ else if ( modeElement . find ( ' .range' ) . length == 0 && modeElement . find ( ' .link' ) . length == 0 ) {
684
684
// unused mode
685
685
modeElement . toggle ( ! hideUnused ) ;
686
686
}
@@ -724,7 +724,7 @@ auxiliary.initialize = function (callback) {
724
724
return ( x > y ) ? x : y ;
725
725
} , 0 ) ;
726
726
727
- // minimum change to autoselect is 100
727
+ //minimum change to autoselect is 100
728
728
if ( largest < 100 ) return fillPrevChannelsValues ( ) ;
729
729
730
730
const indexOfMaxValue = diff_array . indexOf ( largest ) ;
You can’t perform that action at this time.
0 commit comments