summaryrefslogtreecommitdiffstats
path: root/js/news.js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-16 19:24:21 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-16 19:24:21 +0200
commited32ef2d967a8379cb1b350dcae5abb4039ec416 (patch)
tree9b7030b652ad60ec61eafade28180fb1dbf30817 /js/news.js
parentd8f94937ebc3fdfef7346033db26a77eebe5b93b (diff)
relative date now shows too when you change the feed
Diffstat (limited to 'js/news.js')
-rw-r--r--js/news.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/news.js b/js/news.js
index 6dbfd14da..e0235ad81 100644
--- a/js/news.js
+++ b/js/news.js
@@ -698,6 +698,8 @@ function bindItemEventListeners(){
News.Feed.setAllItemsRead(feedId);
});
+ $("time.timeago").timeago();
+
}
@@ -764,7 +766,6 @@ $(document).ready(function(){
});
$('#feed_items').scrollTop(0);
- $("time.timeago").timeago();
});