We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85bff2 commit 67a7fa9Copy full SHA for 67a7fa9
1 file changed
html/chat-room/chat-room.html
@@ -76,12 +76,11 @@
76
hdr = mod['chat-room-hdr'];
77
display = mod['chat-room-display'];
78
79
- hdr.df=display.df=input.df=df;
+ hdr.df=display.df=df;
80
display.initmod({poll,post,input});
81
Object.keys(input).forEach(key=>{
82
83
- console.log(key,input[key]);
84
- if(!input[key].initmod)debugger;
+ input[key].df = df;
85
input[key].initmod({post,poll,display})
86
87
});
0 commit comments