Rubi пре 5 година
родитељ
комит
e90f6db575
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/chat/home.html

+ 1 - 1
examples/chat/home.html

@@ -92,7 +92,7 @@ body {
 <div id="log"></div>
 <form id="form">
     <input type="submit" value="Send" />
-    <input type="text" id="msg" size="64"/>
+    <input type="text" id="msg" size="64" autofocus />
 </form>
 </body>
 </html>