|
@@ -254,9 +254,10 @@ var _localLang = {
|
|
|
var setLargerMarkers = sliderRangeDifference > sliderStepThreshold;
|
|
var setLargerMarkers = sliderRangeDifference > sliderStepThreshold;
|
|
|
|
|
|
|
|
jQuery("#inputConfigOption{$configoption.id}").ionRangeSlider({
|
|
jQuery("#inputConfigOption{$configoption.id}").ionRangeSlider({
|
|
|
- min: {$configoption.qtyminimum},
|
|
|
|
|
|
|
+ min: 0,
|
|
|
max: {$configoption.qtymaximum},
|
|
max: {$configoption.qtymaximum},
|
|
|
grid: true,
|
|
grid: true,
|
|
|
|
|
+ from_min: {$configoption.qtyminimum},
|
|
|
grid_snap: setLargerMarkers ? false : true,
|
|
grid_snap: setLargerMarkers ? false : true,
|
|
|
onChange: function() {
|
|
onChange: function() {
|
|
|
if (sliderTimeoutId) {
|
|
if (sliderTimeoutId) {
|