remove stuff from html

This commit is contained in:
Eric House 2021-02-25 11:47:36 -08:00
parent 4eede76780
commit c9ea5c1f69

View file

@ -92,10 +92,8 @@
<hr/>
<div><span>MQTT Dev ID:</span><span id="mqtt_span"></span></div>
<div><span>MQTT Status:</span><span id="mqtt_status">Unconnected</span></div>
<div>
<button type="button" onclick="localStorage.clear();">Clear Local Storage</button>
</div>
<hr/>
<!-- Remove until I figure out how to this works
<div class="emscripten">
<input type="checkbox" id="resize">Resize canvas
<input type="checkbox" id="pointerLock" checked>Lock/hide mouse pointer
@ -105,6 +103,7 @@
</div>
<hr/>
-->
<textarea class="emscripten" id="output" rows="8"></textarea>
<hr>
<script type='text/javascript'>