mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
remove stuff from html
This commit is contained in:
parent
4eede76780
commit
c9ea5c1f69
1 changed files with 2 additions and 3 deletions
|
@ -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'>
|
||||
|
|
Loading…
Reference in a new issue