Fixed waters cost editor.

Sun, 24 Feb 2019 17:26:33 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 24 Feb 2019 17:26:33 +0100
changeset 287
ad939b702674
parent 286
124af734af68
child 288
06dd071a429d

Fixed waters cost editor.

www/js/inv_waters.js file | annotate | diff | comparison | revisions
--- 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

mercurial