image/w/js/webui.js

changeset 116
bafc2d6a0790
parent 91
255a75322212
child 117
b6d5c4cb61bb
--- a/image/w/js/webui.js	Thu Jul 29 22:38:30 2021 +0200
+++ b/image/w/js/webui.js	Fri Jul 30 16:45:53 2021 +0200
@@ -89,6 +89,12 @@
                         $("#mlt20").show();
                         $("#but00").text('+sp');
                         $("#but20").text('-sp');
+			$("#midline").show();
+			$("#timer").hide();
+			$("#mid00").show();
+                        $("#mid20").show();
+			$("#but02").text('+%');
+			$("#but22").text('-%');
 			break;
             case 121:	this.clearScreen();
 			$("#mltline").show();	// boil
@@ -98,6 +104,7 @@
                         $("#but00").text('+sp');
                         $("#but20").text('-sp');
 			$("#midline").show();
+			$("#timer").show();
 			$("#mid00").show();
                         $("#mid20").show();
                         $("#but02").text('+%');

mercurial