diff -r 8a67450424b7 -r bafc2d6a0790 image/w/js/webui.js --- 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('+%');