www/js/inv_yeasts.js

changeset 269
25696a91b395
parent 245
3649c3d31d15
child 278
dc22dd5d77fd
--- a/www/js/inv_yeasts.js	Mon Feb 11 20:03:21 2019 +0100
+++ b/www/js/inv_yeasts.js	Mon Feb 11 20:41:29 2019 +0100
@@ -189,8 +189,7 @@
 	$("#max_reuse").jqxNumberInput({ max: 10 });
 	$("#cost").jqxNumberInput( Spin2dec );
 	$("#tht_date").jqxDateTimeInput( Dateopts );
-	$("#totval").jqxNumberInput( Spin2dec );
-	$("#totval").jqxNumberInput({ width: 90, readOnly: true, spinButtons: false });
+	$("#totval").jqxNumberInput( Show2dec );
 	$("#cells").jqxNumberInput( Spin1dec );
 
 	var dataAdapter = new $.jqx.dataAdapter(source);

mercurial