Skip to content

Commit 1a42fcd

Browse files
save file
1 parent 159104b commit 1a42fcd

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

html/chat-room/html/chat-room-display/chat-room-display.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
<div class=ts>
5555
</div>
5656
<div class=icons>
57-
<img class=del>
57+
<div style='display:none'>
58+
<img class=del>
59+
</div>
5860
</div>
5961
</div>
6062

@@ -144,14 +146,14 @@
144146

145147
function me(e){
146148

147-
$(nmsg,'.icons').style.display = '';
149+
$(nmsg,'.icons>div').style.display = '';
148150

149151
}//me
150152

151153

152154
function ml(e){
153155

154-
$(nmsg,'.icons').style.display = 'none';
156+
$(nmsg,'.icons>div').style.display = 'none';
155157

156158
}//ml
157159

0 commit comments

Comments
 (0)