mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
Fix ordering of friend user attr flag.
This commit is contained in:
@@ -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+',');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user