Don't show repeater avatar in notice lists

This commit is contained in:
Evan Prodromou
2009-12-15 16:08:44 -05:00
parent d6873beb9b
commit 608d1b206a
2 changed files with 0 additions and 12 deletions

View File

@@ -159,7 +159,6 @@ RealtimeUpdate = {
ru = repeat['user'];
ni = ni + "<span class=\"repeat vcard\">Repeated by " +
"<a href=\"" + ru['profile_url'] + "\" class=\"url\">" +
"<img src=\"" + ru['profile_image_url'] + "\" class=\"avatar photo\" width=\"24\" height=\"24\" alt=\"" + ru['screen_name'] + "\"/>" +
"<span class=\"nickname\">"+ ru['screen_name'] + "</span></a></span>";
}