# HG changeset patch # User Michiel Broek # Date 1549550132 -3600 # Node ID a7f25be71ba80856668e131fcccb06c83a18cdb2 # Parent 30e7d6ea119be4743ab460222e19515e09543510 Adjusted the monitor fermentation spinner behaviour. diff -r 30e7d6ea119b -r a7f25be71ba8 www/js/mon_fermenter.js --- a/www/js/mon_fermenter.js Wed Feb 06 23:19:35 2019 +0100 +++ b/www/js/mon_fermenter.js Thu Feb 07 15:35:32 2019 +0100 @@ -204,16 +204,7 @@ $("#info_mode").jqxDropDownList({ theme: theme, source: srcMode, width: 100, height: 24, dropDownHeight: 156 }); $("#info_stage").jqxDropDownList({ theme: theme, source: srcStage, width: 150, height: 24, dropDownHeight: 125 }); - var targetoptions = { - inputMode: 'simple', - spinMode: 'simple', - theme: theme, - width: 70, - min:0, max: 40, - decimalDigits: 1, - spinButtons: true, - spinButtonsStep: 0.1 - }; + var targetoptions = { inputMode: 'simple', theme: theme, width: 70, min: 0, max: 40, decimalDigits: 1, spinButtons: true }; $("#target_lo").jqxNumberInput( targetoptions ); $("#target_hi").jqxNumberInput( targetoptions );