fix hashtags in hovercard

This commit is contained in:
danielgrippi 2011-07-06 13:57:04 -07:00
parent dfd30a71bf
commit 4c380b4edf
2 changed files with 2 additions and 1 deletions

View file

@ -69,6 +69,7 @@
self.hoverCard.personLink.text(person.name);
self.hoverCard.dropdown.attr("data-person-id", person.id);
self.hoverCard.hashtags.html("");
$.each(person.hashtags, function(index, hashtag) {
self.hoverCard.hashtags.append(
$("<a/>", {

View file

@ -3087,7 +3087,7 @@ ul.left_nav
:border 1px solid #999
:width 220px
:width 240px
.hovercard_footer
:position absolute