Skip to content

Commit 5993440

Browse files
save file
1 parent 95a6b20 commit 5993440

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

chat/chat.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@
2828
debug('ready');
2929
chat = mod['chat-room'];
3030
input.simple = mod['chat-room-simple'];
31+
//input.open = mod['chat-room-open'];
32+
chat.initmod({input});
33+
34+
3135
log = mod['log-mod'];
3236

33-
chat.initmod({input});
37+
3438

3539
await mod.auto();
3640

0 commit comments

Comments
 (0)