tooltip showing who likes an event

This commit is contained in:
Kyle Drake 2014-05-02 01:46:18 -07:00
parent b96730b83f
commit f681e6c704
8 changed files with 24 additions and 7 deletions

View file

@ -18,5 +18,6 @@ Like.prototype.toggleLike = function() {
self.link.text(linkText)
}
self.link.attr('data-original-title', res.liking_site_names.join('<br>'))
})
}