We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f366e3c commit 321b66aCopy full SHA for 321b66a
1 file changed
chat/chat.html
@@ -27,7 +27,7 @@
27
async function init({mod}){
28
debug('ready');
29
chat = mod['chat-room'];
30
- input = mod['chat-room-tmp'];
+ input = mod['chat-room-simple'];
31
log = mod['log-mod'];
32
33
chat.initmod({input});
0 commit comments