FUCK x3
This commit is contained in:
parent
990935f2f4
commit
f9307278c6
1 changed files with 1 additions and 2 deletions
|
@ -45,12 +45,11 @@ async function connectToRoom() {
|
|||
logonWindow.hide();
|
||||
elements.logonView.style.display = "none";
|
||||
elements.chatView.style.display = "block";
|
||||
});
|
||||
};
|
||||
|
||||
document.addEventListener('DOMContentLoaded', async () => {
|
||||
await agentInit();
|
||||
});
|
||||
}
|
||||
|
||||
function talk() {
|
||||
if (Room === null) return;
|
||||
|
|
Loading…
Reference in a new issue