Skip to content

Commit 9048f14

Browse files
save file
1 parent 55b7554 commit 9048f14

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

html/chat-room/chat-room.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,15 @@
5353
var server = '';
5454
var room = 'main';
5555

56-
56+
var poll = {
57+
abort : false,
58+
time : 2000,
59+
min : 2000,
60+
timer : null,
61+
};
62+
63+
64+
5765
var rd = {};
5866
rd.attr = {};
5967

@@ -66,6 +74,7 @@
6674
debug('init');
6775
hdr = mod['chat-room-hdr'];
6876
display = mod['chat-room-display'];
77+
display.initmod({poll});
6978

7079

7180
await mod.auto();

0 commit comments

Comments
 (0)