diff -r 3755db604432 -r 3649c3d31d15 www/js/profile_water.js --- a/www/js/profile_water.js Tue Feb 05 23:09:52 2019 +0100 +++ b/www/js/profile_water.js Wed Feb 06 15:14:41 2019 +0100 @@ -133,14 +133,14 @@ // initialize the input fields. $("#name").jqxInput({ theme: theme, width: 640, height: 23 }); $("#notes").jqxInput({ theme: theme, width: 800, height: 100 }); - $("#calcium").jqxNumberInput( Spin1dec1 ); - $("#bicarbonate").jqxNumberInput( Spin1dec1 ); - $("#sulfate").jqxNumberInput( Spin1dec1 ); - $("#chloride").jqxNumberInput( Spin1dec1 ); - $("#sodium").jqxNumberInput( Spin1dec1 ); - $("#magnesium").jqxNumberInput( Spin1dec1 ); + $("#calcium").jqxNumberInput( Spin1dec ); + $("#bicarbonate").jqxNumberInput( Spin1dec ); + $("#sulfate").jqxNumberInput( Spin1dec ); + $("#chloride").jqxNumberInput( Spin1dec ); + $("#sodium").jqxNumberInput( Spin1dec ); + $("#magnesium").jqxNumberInput( Spin1dec ); $("#ph").jqxNumberInput( Spin2pH ); - $("#total_alkalinity").jqxNumberInput( Spin1dec1 ); + $("#total_alkalinity").jqxNumberInput( Spin1dec ); var dataAdapter = new $.jqx.dataAdapter(source); var editrow = -1;