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();
elements.logonView.style.display = "none";
elements.chatView.style.display = "block";
});
};
document.addEventListener('DOMContentLoaded', async () => {
await agentInit();
});
}
function talk() {
if (Room === null) return;