Skip to content

Commit 7f96d8e

Browse files
save file
1 parent e2e45dd commit 7f96d8e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

chat/chat.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
async function init({mod}){
2828
debug('ready');
2929
chat = mod['chat-room'];
30-
input = mod['chat-room-tmp'];
30+
//input = mod['chat-room-tmp'];
3131
log = mod['log-mod'];
3232

33-
chat.initmod({input});
33+
//chat.initmod({input});
3434

3535
await mod.auto();
3636

@@ -129,7 +129,6 @@ <h4 slot=version>
129129

130130

131131
<chat-room component=grp_root server='' room=main>
132-
<chat-room-tmp component=parent></chat-room-tmp>
133132
</chat-room>
134133

135134

0 commit comments

Comments
 (0)