# HG changeset patch # User Michiel Broek # Date 1551025593 -3600 # Node ID ad939b702674e262606adcf9ead8ec771378431b # Parent 124af734af6847d79dfa594f0b5f9ae2668ac711 Fixed waters cost editor. diff -r 124af734af68 -r ad939b702674 www/js/inv_waters.js --- a/www/js/inv_waters.js Sun Feb 24 17:23:52 2019 +0100 +++ b/www/js/inv_waters.js Sun Feb 24 17:26:33 2019 +0100 @@ -148,7 +148,7 @@ $("#ph").jqxNumberInput( Spin2pH ); $("#total_alkalinity").jqxNumberInput( Spin1dec ); $("#inventory").jqxNumberInput( Spin1dec ); - $("#cost").jqxNumberInput({inputMode: 'simple', spinMode: 'simple', theme: theme, width: 110, height: 23, min: 0, decimalDigits: 5, spinButtons: true }); + $("#cost").jqxNumberInput({inputMode: 'simple', theme: theme, width: 110, height: 23, min: 0, decimalDigits: 5, spinButtons: true }); var dataAdapter = new $.jqx.dataAdapter(source); var editrow = -1; // initialize jqxGrid