Explorar el Código

try to recalculate silder max for other fields on change

andre hace 4 años
padre
commit
4024bc2504
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      templates/client/default/assets/js/layers-ui.js

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

@@ -7316,7 +7316,7 @@ var rangeSlider = function () {
         key: 'updateInput',
         value: function updateInput(value) {
             this.input.val(value);
-            $('input[name="disk"]').attr("max", 20);
+            $('input[name="disk"]').slider("max", 20);
         }
     }, {
         key: 'updateSlider',