Skip to content

Commit 56bccdf

Browse files
save file
1 parent fe685e3 commit 56bccdf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

html/chat-room/chat-room.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@
3434
var df=true,did='chat-room';
3535

3636

37-
var debug
37+
var debug,input
3838
;
3939

4040
obj.initmod = function(params){
4141

42-
debug = mod.rd(params,'debug',debug);
42+
debug = mod.rd(params,'debug',debug);
43+
input = mod.rd(params,'input',input);
4344

4445
}//initmod
4546

@@ -76,8 +77,9 @@
7677
hdr = mod['chat-room-hdr'];
7778
display = mod['chat-room-display'];
7879

79-
hdr.df=display.df=df;
80+
hdr.df=display.df=input.df=df;
8081
display.initmod({poll});
82+
input.initmod({post});
8183

8284

8385
await mod.auto();

0 commit comments

Comments
 (0)