Minor bugfix

This commit is contained in:
Mattias Erming 2014-06-15 16:36:22 +02:00
parent 7d36997b83
commit 23b4bc74b9
1 changed files with 1 additions and 1 deletions

View File

@ -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() {