Fix ordering of friend user attr flag.

This commit is contained in:
Max Goodman
2011-06-08 18:19:05 +00:00
parent 06913a25a7
commit c90729aa15

View File

@@ -1359,7 +1359,7 @@ function show_friend(account_fullname) {
if (!$(this).html()) {
$(this).html(" [" + label + "]");
} else if ($(this).find(".friend").length == 0) {
$(this).find("a:last").debug().after(", " + label);
$(this).find("a:first").debug().before(label+',');
}
});
}