From 00799916c669e1c0cc6b3ffe84542115eea11f97 Mon Sep 17 00:00:00 2001 From: borissedw Date: Tue, 29 Aug 2023 17:09:31 +0300 Subject: [PATCH] 0.0.192 --- static/js/range_slider_double.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/range_slider_double.js b/static/js/range_slider_double.js index 3384ca4..ef46916 100644 --- a/static/js/range_slider_double.js +++ b/static/js/range_slider_double.js @@ -18,8 +18,8 @@ function inital_slider (){ type: "double", min: min, max: max, - from: 100, - to: 900, + from: 0, + to: 1000, onStart: updateInputs, onChange: updateInputs });