This commit is contained in:
Aevann1 2022-03-23 18:17:04 +02:00
parent 47c590f84b
commit d04b894fdb

View file

@ -149,4 +149,4 @@ socket.on('typing', function (users){
document.getElementById('typing-indicator').innerHTML = '<b>'+users[0]+"</b>, <b>"+users[1]+"</b>, <b>"+users[2]+"</b> and "+more.toString()+" more are typing...";
document.getElementById('loading-indicator').classList.remove('d-none');
}
})
})