This commit is contained in:
Elijah R 2024-07-02 23:47:30 -04:00
parent 990935f2f4
commit f9307278c6

View file

@ -45,12 +45,11 @@ async function connectToRoom() {
logonWindow.hide(); logonWindow.hide();
elements.logonView.style.display = "none"; elements.logonView.style.display = "none";
elements.chatView.style.display = "block"; elements.chatView.style.display = "block";
}); };
document.addEventListener('DOMContentLoaded', async () => { document.addEventListener('DOMContentLoaded', async () => {
await agentInit(); await agentInit();
}); });
}
function talk() { function talk() {
if (Room === null) return; if (Room === null) return;