Skip to content

Commit 864c057

Browse files
save file
1 parent 69db1cc commit 864c057

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chat/chat.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
var input;
2525
var log;
2626

27-
function init({mod}){
27+
async function init({mod}){
2828
debug('ready');
2929
chat = mod['chat-room'];
3030
input = mod['chat-room-tmp'];
@@ -33,6 +33,7 @@
3333
chat.initmod({input});
3434

3535
await mod.auto();
36+
3637
//initdom();
3738

3839
}//ready

0 commit comments

Comments
 (0)