Nothing to see here
This commit is contained in:
parent
4cfdeeb942
commit
e5d66bb13c
1 changed files with 0 additions and 1 deletions
|
@ -279,7 +279,6 @@ function hinter(ev) {
|
|||
}
|
||||
|
||||
socket.on("list users", data => {
|
||||
console.log(data);
|
||||
let user_list = document.getElementById("user_list");
|
||||
user_list.innerHTML = "";
|
||||
for (let u of data["list"]) {
|
||||
|
|
Reference in a new issue