diff --git a/src/sunstone/public/app/utils/range-slider/html.hbs b/src/sunstone/public/app/utils/range-slider/html.hbs index 0e8cddfb01..a7eea6e077 100644 --- a/src/sunstone/public/app/utils/range-slider/html.hbs +++ b/src/sunstone/public/app/utils/range-slider/html.hbs @@ -40,7 +40,7 @@ {{#unless wizard_field_disabled}}wizard_field="{{name}}"{{/unless}} {{#if disabled}}disabled="true"{{/if}}/> diff --git a/src/sunstone/public/app/utils/user-inputs.js b/src/sunstone/public/app/utils/user-inputs.js index c746dd9362..8c83f8029f 100644 --- a/src/sunstone/public/app/utils/user-inputs.js +++ b/src/sunstone/public/app/utils/user-inputs.js @@ -903,8 +903,6 @@ define(function(require) { break; } if(attr.visor){ - var min = attr.min != undefined ? attr.min : ""; - var max = attr.max != undefined ? attr.max : ""; input += ''; } return input;