Skip to content

Commit

Permalink
Prevent users for creating mode ranges and adjustment activation ranges
Browse files Browse the repository at this point in the history
that are too small.
  • Loading branch information
hydra committed Jan 22, 2016
1 parent ab7ad4b commit cbe862d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tabs/adjustments.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ TABS.adjustments.initialize = function (callback) {
$(rangeElement).find('.channel-slider').noUiSlider({
start: rangeValues,
behaviour: 'snap-drag',
margin: 50,
step: 25,
connect: true,
range: channel_range,
Expand Down
1 change: 1 addition & 0 deletions tabs/auxiliary.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ TABS.auxiliary.initialize = function (callback) {
$(rangeElement).find('.channel-slider').noUiSlider({
start: rangeValues,
behaviour: 'snap-drag',
margin: 50,
step: 25,
connect: true,
range: channel_range,
Expand Down

0 comments on commit cbe862d

Please sign in to comment.