|
|
@@ -236,6 +236,9 @@ var _localLang = {
|
|
|
max: {$configoption.qtymaximum},
|
|
|
grid: true,
|
|
|
grid_snap: setLargerMarkers ? false : true,
|
|
|
+ {if ($configoption.qtymaximum - $configoption.qtyminimum) > 50}
|
|
|
+ step: 5,
|
|
|
+ {/if}
|
|
|
onChange: function() {
|
|
|
if (sliderTimeoutId) {
|
|
|
clearTimeout(sliderTimeoutId);
|