We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f605df5 commit e4db6a9Copy full SHA for e4db6a9
1 file changed
html/chat-room/chat-room.html
@@ -95,18 +95,21 @@
95
obj.init = async function(){
96
debug=eval(debug.mod);
97
debug('init');
98
- target = host;
+ target = host;
99
100
rd.attr.server();
101
rd.attr.room();
102
rd.attr['poll-time']();
103
104
105
hdr = mod['chat-room-hdr'];
106
- display = mod['chat-room-display'];
+ hdr.df = df;
107
108
- hdr.df=display.df=df;
+ display = mod['chat-room-display'];
109
+ display.df = df;
110
display.initmod({poll,post,input});
111
+
112
113
Object.keys(input).forEach(key=>{
114
115
input[key].df = df;
0 commit comments