Skip to content

Commit 8107cdc

Browse files
save file
1 parent 10ca40b commit 8107cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/chat-room-tmp/chat-room-tmp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@
258258

259259
btn.send = function(){
260260

261-
$('#txt').focus();
261+
$(shadow,'#txt').focus();
262262

263263
var txt = $(shadow,'#txt').value;
264-
$('#txt').value = '';
264+
$(shadow,'#txt').value = '';
265265
var user = $(shadow,'#user').value;
266266
var password = $(shadow,'#password').value;
267267

0 commit comments

Comments
 (0)