cosmetic changes to chat

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-13 11:12:18 +02:00
parent 0a1927e4f2
commit 7bc856d393
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ textbox.addEventListener("keyup", function(e) {
socket.on('online', function(data){
document.getElementsByClassName('board-chat-count')[0].innerHTML = data.length
let online = ''
let online2 = 'Users online right now'
let online2 = '<b>Users online right now</b>'
for (const u of data)
{
online += `<li><a href="/@${u}" class="text-lg">@${u}</a></li>`