We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4af9ee commit 324c407Copy full SHA for 324c407
1 file changed
html/chat-room/html/chat-room-tmp/chat-room-tmp.html
@@ -123,7 +123,6 @@
123
shadow = host.shadowRoot;
124
125
var info = $(shadow,'#info');
126
- debugger;
127
$.chkbox(info,'#show-password',btn.password);
128
129
$(shadow,'#txt').onkeydown = kd.user;
@@ -187,7 +186,7 @@
187
186
if(poll.abort){
188
ui.pause.value = 'pause';
189
poll.abort = false;
190
- poll.update.initial();
+ post.update.initial();
191
}else{
192
ui.pause.value = 'resume';
193
poll.abort = true;
0 commit comments