Added quitChat in Pong.ts to go to UGAME
This commit is contained in:
parent
7e644fe658
commit
75f3c2a769
5 changed files with 12 additions and 9 deletions
|
|
@ -13,7 +13,7 @@ export async function openMessagePopup(message: any) {
|
|||
if (modalmessage) {
|
||||
const messageElement = document.createElement("div");
|
||||
messageElement.innerHTML = `
|
||||
<div id="profile-about">Next Game Message ${incrementCounter()}: ${obj.nextGame}</div>
|
||||
<div id="profile-about">Game-Info: ${incrementCounter()}: ${obj.nextGame}</div>
|
||||
`;
|
||||
modalmessage.appendChild(messageElement);
|
||||
modalmessage.scrollTop = modalmessage.scrollHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue