added timeago to notifications page. @ohaibbq, this is getting annoying :P
This commit is contained in:
parent
7d96b603d3
commit
e6d1617268
1 changed files with 1 additions and 0 deletions
|
|
@ -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"));
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue