From: Calin Crisan Date: Mon, 25 Aug 2014 17:09:19 +0000 (+0300) Subject: manual noise detection slider goes now from 0% to 25% X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=fc0c90d9d35ebaefbda78ab6d51b931c52d9910a;p=motioneye-debian manual noise detection slider goes now from 0% to 25% --- diff --git a/static/js/main.js b/static/js/main.js index a683c7e..dece045 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -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);