We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159104b commit 1a42fcdCopy full SHA for 1a42fcd
1 file changed
html/chat-room/html/chat-room-display/chat-room-display.html
@@ -54,7 +54,9 @@
54
<div class=ts>
55
</div>
56
<div class=icons>
57
- <img class=del>
+ <div style='display:none'>
58
+ <img class=del>
59
+ </div>
60
61
62
@@ -144,14 +146,14 @@
144
146
145
147
function me(e){
148
- $(nmsg,'.icons').style.display = '';
149
+ $(nmsg,'.icons>div').style.display = '';
150
151
}//me
152
153
154
function ml(e){
155
- $(nmsg,'.icons').style.display = 'none';
156
+ $(nmsg,'.icons>div').style.display = 'none';
157
158
}//ml
159
0 commit comments