Skip to content

Commit 1cd3790

Browse files
save file
1 parent c43ad78 commit 1cd3790

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

html/chat-room/html/chat-room-simple/chat-room-simple.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@
205205
var txt = $(shadow,'#txt').value;
206206
$(shadow,'#txt').value = '';
207207
var username = $(shadow,'#username').value;
208+
ls.write.username = username;
208209
var password = $(shadow,'#password').value;
210+
ls.write.password = password;
209211
var ts = display.last;
210212

211213
send.msg({username,password,txt,ts});

0 commit comments

Comments
 (0)