1 parent b8bed51 commit f962f66Copy full SHA for f962f66
1 file changed
html/chat-room/html/chat-room-open/chat-room-open.html
@@ -190,6 +190,13 @@
190
}//pause
191
192
193
+ obj.focus = function(){
194
+
195
+ $(shadow,'#txt').focus();
196
197
+ }//focus
198
199
200
//:
201
202
0 commit comments