forked from mirror/websocket
input autofocus (#564)
This commit is contained in:
parent
0a093fcde5
commit
e90f6db575
|
@ -92,7 +92,7 @@ body {
|
||||||
<div id="log"></div>
|
<div id="log"></div>
|
||||||
<form id="form">
|
<form id="form">
|
||||||
<input type="submit" value="Send" />
|
<input type="submit" value="Send" />
|
||||||
<input type="text" id="msg" size="64"/>
|
<input type="text" id="msg" size="64" autofocus />
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue