]> www.vanbest.org Git - motioneye-debian/commitdiff
manual noise detection slider goes now from 0% to 25%
authorCalin Crisan <ccrisan@gmail.com>
Mon, 25 Aug 2014 17:09:19 +0000 (20:09 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Mon, 25 Aug 2014 17:09:19 +0000 (20:09 +0300)
static/js/main.js

index a683c7ee93cbe266b2821e7981f2d881e5c42017..dece04560d94de05f3af446aef1675eccb257b03 100644 (file)
@@ -210,7 +210,7 @@ function initUI() {
     makeSlider($('#movieQualitySlider'), 0, 100, 2, null, 5, 0, '%');
     makeSlider($('#frameChangeThresholdSlider'), 0, 10, 0, null, 6, 1, '%');
     
-    makeSlider($('#noiseLevelSlider'), 0, 100, 2, null, 5, 0, '%');
+    makeSlider($('#noiseLevelSlider'), 0, 25, 0, null, 6, 0, '%');
     
     /* text validators */
     makeTextValidator($('#adminUsernameEntry'), true);