Skip to content

Commit e95f6fe

Browse files
save file
1 parent f70820b commit e95f6fe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

html/chat-room/html/chat-room-tmp/chat-room-tmp.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,14 @@
8585
var df=true,did='chat-room-tmp';
8686

8787

88-
var debug,$
88+
var debug,$,post
8989
;
9090

9191
obj.initmod = function(params){
9292

93-
debug = mod.rd(params,'debug',debug);
94-
$ = mod.rd(params,'$',$);
93+
debug = mod.rd(params,'debug',debug);
94+
$ = mod.rd(params,'$',$);
95+
post = mod.rd(params,'post',post);
9596

9697
}//initmod
9798

0 commit comments

Comments
 (0)