forked from MarseyWorld/MarseyWorld
cosmetic changes to chat
parent
0a1927e4f2
commit
7bc856d393
|
@ -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>`
|
||||
|
|
Loading…
Reference in New Issue