diff -r 3755db604432 -r 3649c3d31d15 www/js/profile_fermentation.js --- a/www/js/profile_fermentation.js Tue Feb 05 23:09:52 2019 +0100 +++ b/www/js/profile_fermentation.js Wed Feb 06 15:14:41 2019 +0100 @@ -225,9 +225,9 @@ // initialize the input fields. $("#name").jqxInput({ theme: theme, width: 640, height: 23 }); - $("#inittemp_lo").jqxNumberInput( Spin1dec5 ); + $("#inittemp_lo").jqxNumberInput( Spin1dec ); $("#inittemp_lo").jqxNumberInput({ max: 40 }); - $("#inittemp_hi").jqxNumberInput( Spin1dec5 ); + $("#inittemp_hi").jqxNumberInput( Spin1dec ); $("#inittemp_hi").jqxNumberInput({ max: 40 }); $("#fridgemode").jqxCheckBox({ theme: theme, height: 23, enableContainerClick: false });