up demo with less stuff
This commit is contained in:
parent
91e34032b2
commit
2e3c2cd25d
3 changed files with 73 additions and 19 deletions
|
@ -1209,9 +1209,9 @@
|
|||
|
||||
// Update the content
|
||||
userInfoPanel.innerHTML = `
|
||||
<h3>User Information</h3>
|
||||
<p>Username: <strong>${username}</strong></p>
|
||||
<p>Points: <span class="user-points">${points}</span></p>
|
||||
<!-- <h3>User Information</h3>-->
|
||||
<p> <strong>${username}</strong></p>
|
||||
<p> <span class="user-points">${points}</span> points</p>
|
||||
`;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue