andre 4 лет назад
Родитель
Сommit
53a934e4e1
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      configure_thurvserver.tpl

+ 3 - 0
configure_thurvserver.tpl

@@ -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);