Skip to content

Commit e4db6a9

Browse files
save file
1 parent f605df5 commit e4db6a9

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

html/chat-room/chat-room.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,21 @@
9595
obj.init = async function(){
9696
debug=eval(debug.mod);
9797
debug('init');
98-
target = host;
98+
target = host;
9999

100100
rd.attr.server();
101101
rd.attr.room();
102102
rd.attr['poll-time']();
103103

104104

105105
hdr = mod['chat-room-hdr'];
106-
display = mod['chat-room-display'];
106+
hdr.df = df;
107107

108-
hdr.df=display.df=df;
108+
display = mod['chat-room-display'];
109+
display.df = df;
109110
display.initmod({poll,post,input});
111+
112+
110113
Object.keys(input).forEach(key=>{
111114

112115
input[key].df = df;

0 commit comments

Comments
 (0)