We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e45dd commit 7f96d8eCopy full SHA for 7f96d8e
1 file changed
chat/chat.html
@@ -27,10 +27,10 @@
27
async function init({mod}){
28
debug('ready');
29
chat = mod['chat-room'];
30
- input = mod['chat-room-tmp'];
+ //input = mod['chat-room-tmp'];
31
log = mod['log-mod'];
32
33
- chat.initmod({input});
+ //chat.initmod({input});
34
35
await mod.auto();
36
@@ -129,7 +129,6 @@ <h4 slot=version>
129
130
131
<chat-room component=grp_root server='' room=main>
132
- <chat-room-tmp component=parent></chat-room-tmp>
133
</chat-room>
134
135
0 commit comments