www/js/profile_mash.js

changeset 245
3649c3d31d15
parent 215
83cee005d2d9
child 286
124af734af68
--- a/www/js/profile_mash.js	Tue Feb 05 23:09:52 2019 +0100
+++ b/www/js/profile_mash.js	Wed Feb 06 15:14:41 2019 +0100
@@ -127,9 +127,9 @@
 		height: 23,
 		autoDropDownHeight: true
 	});
-	$("#m_step_temp").jqxNumberInput( Spin1dec5 );
+	$("#m_step_temp").jqxNumberInput( Spin1dec );
 	$("#m_step_temp").jqxNumberInput({ Min: 30, Max: 80 });
-	$("#m_end_temp").jqxNumberInput( Spin1dec5 );
+	$("#m_end_temp").jqxNumberInput( Spin1dec );
 	$("#m_end_temp").jqxNumberInput({ Min: 30, Max: 80 });
 	$("#m_step_time").jqxNumberInput( PosInt );
 	$("#m_step_time").jqxNumberInput({ Min: 1, Max: 120 });

mercurial