Skip to content

Commit 74cb075

Browse files
save file
1 parent 230e4b9 commit 74cb075

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

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

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

6363
obj.initmod = function(params){
@@ -66,6 +66,7 @@
6666
$ = mod.rd(params,'$',$);
6767
poll = mod.rd(params,'poll',poll);
6868
input = mod.rd(params,'input',input);
69+
post = mod.rd(params,'post',post);
6970

7071
}//initmod
7172

0 commit comments

Comments
 (0)