diff --git a/public/javascripts/widgets/timeago.js b/public/javascripts/widgets/timeago.js index 142c46f4f..c46f872ab 100644 --- a/public/javascripts/widgets/timeago.js +++ b/public/javascripts/widgets/timeago.js @@ -6,8 +6,8 @@ Diaspora.widgets.add("timeago", function() { this.selector = "abbr.timeago"; this.start = function() { - Diaspora.widgets.subscribe("stream/scrolled", this.updateTimeAgo); - Diaspora.widgets.subscribe("stream/reloaded", this.updateTimeAgo); + Diaspora.widgets.subscribe("stream/scrolled", this.updateTimeAgo, this); + Diaspora.widgets.subscribe("stream/reloaded", this.updateTimeAgo, this); if(this.timeAgoElement().length) { this.updateTimeAgo();