Skip to content

Commit 8c8a2b8

Browse files
save file
1 parent 9048f14 commit 8c8a2b8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

html/chat-room/html/chat-room-display/chat-room-display.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,14 @@
5757

5858
var df=true,did='chat-room-display';
5959

60-
var $,debug
60+
var $,debug,poll
6161
;
6262

6363
obj.initmod = function(params){
6464

65-
debug = mod.rd(params,'debug',debug);
66-
$ = mod.rd(params,'$',$);
65+
debug = mod.rd(params,'debug',debug);
66+
$ = mod.rd(params,'$',$);
67+
poll = mod.rd(params,'poll',poll);
6768

6869
}//initmod
6970

0 commit comments

Comments
 (0)