Remove mentions of #anonymous-users.
This commit is contained in:
committed by
Juliusz Chroboczek
parent
f595da8fa9
commit
1064c4a47b
@@ -76,10 +76,6 @@ h1 {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#anonymous-users {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#chatbox {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -682,7 +682,6 @@ function addUser(id, name) {
|
||||
users[id] = name;
|
||||
|
||||
let div = document.getElementById('users');
|
||||
let anon = document.getElementById('anonymous-users');
|
||||
let user = document.createElement('div');
|
||||
user.id = 'user-' + id;
|
||||
user.textContent = name ? name : '(anon)';
|
||||
|
||||
Reference in New Issue
Block a user