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();
|
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;
|
||||||
|
|
Loading…
Reference in a new issue