www/js/inv_yeasts.js

changeset 245
3649c3d31d15
parent 201
f9b7e3f6be7c
child 269
25696a91b395
--- a/www/js/inv_yeasts.js	Tue Feb 05 23:09:52 2019 +0100
+++ b/www/js/inv_yeasts.js	Wed Feb 06 15:14:41 2019 +0100
@@ -171,7 +171,7 @@
 	});
 	$("#notes").jqxInput({ theme: theme, width: 800, height: 120 });
 	$("#best_for").jqxInput({ theme: theme, width: 320, height: 75 });
-	$("#inventory").jqxNumberInput( Spin1dec1 );
+	$("#inventory").jqxNumberInput( Spin1dec );
 	$("#production_date").jqxDateTimeInput( Dateopts );
 	$("#min_temperature").jqxNumberInput( YeastT );
 	$("#max_temperature").jqxNumberInput( YeastT );
@@ -184,14 +184,14 @@
 		height: 23,
 		autoDropDownHeight: true
 	});
-	$("#attenuation").jqxNumberInput( Perc1dec5 );
+	$("#attenuation").jqxNumberInput( Perc1dec );
 	$("#max_reuse").jqxNumberInput( PosInt );
 	$("#max_reuse").jqxNumberInput({ max: 10 });
-	$("#cost").jqxNumberInput( Spin2dec1 );
+	$("#cost").jqxNumberInput( Spin2dec );
 	$("#tht_date").jqxDateTimeInput( Dateopts );
-	$("#totval").jqxNumberInput( Spin2dec1 );
+	$("#totval").jqxNumberInput( Spin2dec );
 	$("#totval").jqxNumberInput({ width: 90, readOnly: true, spinButtons: false });
-	$("#cells").jqxNumberInput( Spin1dec1 );
+	$("#cells").jqxNumberInput( Spin1dec );
 
 	var dataAdapter = new $.jqx.dataAdapter(source);
 	var editrow = -1;

mercurial