Fix timeago in the single post view

This commit is contained in:
Steffen van Bergerem 2017-07-26 10:52:19 +02:00
parent 0bfc2fdd77
commit 7bd6825c2a
No known key found for this signature in database
GPG key ID: 315C9787D548DC6B

View file

@ -182,7 +182,7 @@ app.Router = Backbone.Router.extend({
},
singlePost: function(id) {
this.renderPage(function() { return new app.pages.SinglePostViewer({id: id}); });
this.renderPage(function() { return new app.pages.SinglePostViewer({id: id, el: $("#container")}); });
},
spotlight: function() {