1 parent 56dd795 commit 409e6bcCopy full SHA for 409e6bc
1 file changed
chat/chat.html
@@ -29,8 +29,8 @@
29
30
chat = mod['chat-room'];
31
32
+ input.open = mod['chat-room-open'];
33
input.simple = mod['chat-room-simple'];
- //input.open = mod['chat-room-open'];
34
35
chat.initmod({input});
36
@@ -139,6 +139,7 @@ <h4 slot=version>
139
140
141
<chat-room component=grp_root server='' room=main>
142
+ <chat-room-open component=parent></chat-room-open>
143
<chat-room-simple component=parent></chat-room-simple>
144
</chat-room>
145
0 commit comments