home · contact · privacy
Actually hide the textarea.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 31 Oct 2020 09:31:55 +0000 (10:31 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 31 Oct 2020 09:31:55 +0000 (10:31 +0100)
new2/rogue_chat_nocanvas_monochrome.html

index 89e40254c7080af9f0dba488787f860cda4c253e..de0aa6a598327cdca463d900576251e4b60d45e9 100644 (file)
@@ -12,7 +12,7 @@ rows: <input id="n_rows" type="number" step=2 min=10 value=24 />
 cols: <input id="n_cols" type="number" step=4 min=20 value=80 />
 </div>
 <pre id="terminal" style="display: inline-block;"></pre>
-<textarea id="input" style="opacity: 1; width: 10px;"></textarea>
+<textarea id="input" style="opacity: 0; width: 0px;"></textarea>
 <script>
 "use strict";
 let websocket_location = "ws://localhost:8000";