Browse Source

try to maipulate slider step

andre 4 years ago
parent
commit
0427c31501
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/client/default/assets/js/layers-ui.js

+ 1 - 1
templates/client/default/assets/js/layers-ui.js

@@ -7306,7 +7306,7 @@ var rangeSlider = function () {
                 value: this.value,
                 min: this.config.min,
                 max: this.config.max,
-                step: this.config.step,
+                step: 512,
                 slide: function slide(event, ui) {
                     that.updateInput(ui.value);
                 }