Minor bugfix

This commit is contained in:
Mattias Erming 2014-06-15 16:36:22 +02:00
parent 7d36997b83
commit 23b4bc74b9

View file

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