Fix nick autocomplete
This commit is contained in:
parent
06af65cf01
commit
81a5615c9a
@ -1380,7 +1380,7 @@ $(function() {
|
||||
}
|
||||
|
||||
function completeNicks(word) {
|
||||
const users = chat.find(".active").find(".users");
|
||||
const users = chat.find(".active").find(".names-original");
|
||||
const words = users.data("nicks");
|
||||
|
||||
return $.grep(
|
||||
|
Loading…
Reference in New Issue
Block a user