Skip to content

Commit 3b67e9a

Browse files
save file
1 parent 324c407 commit 3b67e9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

html/chat-room/chat-room.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@
269269

270270
post.update.initial = function(){
271271

272+
if(poll.abort)return;
272273
if(!Number.isFinite(poll.time))return;
273274
post.timer = setTimeout(post.update,poll.time);
274275

0 commit comments

Comments
 (0)