Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Bosn committed May 22, 2014
2 parents 0c7711f + db99832 commit d555768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebContent/stat/js/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
if (picked.indexOf(user.account) != -1) {
return;
}
if (user.account.indexOf(val) != -1) {
if (user.account.indexOf(val) != -1 || user.name.indexOf(val) != -1) {
remained.push(user);
}
});
Expand Down

0 comments on commit d555768

Please sign in to comment.