Adjusted the monitor fermentation spinner behaviour.

Thu, 07 Feb 2019 15:35:32 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 07 Feb 2019 15:35:32 +0100
changeset 251
a7f25be71ba8
parent 250
30e7d6ea119b
child 252
b558f3dfcda3

Adjusted the monitor fermentation spinner behaviour.

www/js/mon_fermenter.js file | annotate | diff | comparison | revisions
--- a/www/js/mon_fermenter.js	Wed Feb 06 23:19:35 2019 +0100
+++ b/www/js/mon_fermenter.js	Thu Feb 07 15:35:32 2019 +0100
@@ -204,16 +204,7 @@
 	$("#info_mode").jqxDropDownList({  theme: theme, source: srcMode, width: 100, height: 24, dropDownHeight: 156 });
 	$("#info_stage").jqxDropDownList({ theme: theme, source: srcStage, width: 150, height: 24, dropDownHeight: 125 });
 
-	var targetoptions = {
-		inputMode: 'simple',
-		spinMode: 'simple',
-		theme: theme,
-		width: 70,
-		min:0, max: 40,
-		decimalDigits: 1,
-		spinButtons: true,
-		spinButtonsStep: 0.1
-	};
+	var targetoptions = { inputMode: 'simple', theme: theme, width: 70, min: 0, max: 40, decimalDigits: 1, spinButtons: true };
 	$("#target_lo").jqxNumberInput( targetoptions );
 	$("#target_hi").jqxNumberInput( targetoptions );
 

mercurial