Minor bugfix
This commit is contained in:
parent
7d36997b83
commit
23b4bc74b9
|
@ -291,7 +291,7 @@ $(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
function complete(word) {
|
function complete(word) {
|
||||||
var words = commands;
|
var words = commands.slice();
|
||||||
var users = $(this).closest(".window")
|
var users = $(this).closest(".window")
|
||||||
.find(".users .user")
|
.find(".users .user")
|
||||||
.each(function() {
|
.each(function() {
|
||||||
|
|
Loading…
Reference in New Issue