Skip to content

Commit 0f12c49

Browse files
save file
1 parent cb33827 commit 0f12c49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
<div class=msg style='display:none'>
4848
<div class=username>
49+
anon
4950
</div>
5051
<div class=txt>
5152
</div>
@@ -128,6 +129,10 @@
128129
debug('initdom');
129130
shadow = host.shadowRoot;
130131

132+
msg = $(shadow,'.msg');
133+
msg.remove();
134+
msg.style.display = '';
135+
131136
var info = $(shadow,'#info');
132137

133138
$(shadow,'#txt').onkeydown = kd.txt;

0 commit comments

Comments
 (0)