js: Replace status-bar holder in HTML with status bar itself

This makes the HTML simpler, and will allow for simplifying the JS too.
This commit is contained in:
Ben Harris
2022-11-20 18:51:15 +00:00
parent b5ccb0c9af
commit fe29d1cbf5

View File

@ -286,10 +286,6 @@ EOF
width: 100%; width: 100%;
} }
#statusbarholder {
display: block;
}
#apology { #apology {
padding: 0 1em 0 1em; padding: 0 1em 0 1em;
margin: 1em; margin: 1em;
@ -339,7 +335,7 @@ ${unfinishedpara}
<div id="resizable"> <div id="resizable">
<canvas id="puzzlecanvas" width="1px" height="1px" tabindex="0"> <canvas id="puzzlecanvas" width="1px" height="1px" tabindex="0">
</canvas> </canvas>
<div id="statusbarholder"> <div id="statusbar">
</div> </div>
</div> </div>
<p> <p>