We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70820b commit e95f6feCopy full SHA for e95f6fe
1 file changed
html/chat-room/html/chat-room-tmp/chat-room-tmp.html
@@ -85,13 +85,14 @@
85
var df=true,did='chat-room-tmp';
86
87
88
- var debug,$
+ var debug,$,post
89
;
90
91
obj.initmod = function(params){
92
93
- debug = mod.rd(params,'debug',debug);
94
- $ = mod.rd(params,'$',$);
+ debug = mod.rd(params,'debug',debug);
+ $ = mod.rd(params,'$',$);
95
+ post = mod.rd(params,'post',post);
96
97
}//initmod
98
0 commit comments