added timeago to notifications page. @ohaibbq, this is getting annoying :P

This commit is contained in:
Maxwell Salzberg 2011-09-01 10:52:07 -07:00
parent 7d96b603d3
commit e6d1617268

View file

@ -3,5 +3,6 @@ Diaspora.Pages.NotificationsIndex = function() {
this.subscribe("page/ready", function(evt, document) {
self.infiniteScroll = self.instantiate("InfiniteScroll");
self.instantiate("TimeAgo", document.find("abbr.timeago"));
});
};