mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 12:03:11 +00:00
Minor bugfix
This commit is contained in:
parent
7d36997b83
commit
23b4bc74b9
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ $(function() {
|
|||
});
|
||||
|
||||
function complete(word) {
|
||||
var words = commands;
|
||||
var words = commands.slice();
|
||||
var users = $(this).closest(".window")
|
||||
.find(".users .user")
|
||||
.each(function() {
|
||||
|
|
Loading…
Reference in a new issue