Skip to content

Commit 324c407

Browse files
save file
1 parent b4af9ee commit 324c407

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

html/chat-room/html/chat-room-tmp/chat-room-tmp.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123
shadow = host.shadowRoot;
124124

125125
var info = $(shadow,'#info');
126-
debugger;
127126
$.chkbox(info,'#show-password',btn.password);
128127

129128
$(shadow,'#txt').onkeydown = kd.user;
@@ -187,7 +186,7 @@
187186
if(poll.abort){
188187
ui.pause.value = 'pause';
189188
poll.abort = false;
190-
poll.update.initial();
189+
post.update.initial();
191190
}else{
192191
ui.pause.value = 'resume';
193192
poll.abort = true;

0 commit comments

Comments
 (0)