Skip to content

Commit 4ddda37

Browse files
save file
1 parent 2f8d5a8 commit 4ddda37

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

html/chat-room/html/chat-room-open/chat-room-open.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@
234234

235235
var nmsg = msg.cloneNode(true);
236236
nmsg.msg_id = msg_id;
237-
$(nmsg,'.username').textContent = username;
238237
$(nmsg,'.txt').textContent = txt;
239238
$(nmsg,'.ts').textContent = local;
240239
$(nmsg,'.del').onclick = e=>del(data);

0 commit comments

Comments
 (0)