Fix timeago in the single post view
This commit is contained in:
parent
0bfc2fdd77
commit
7bd6825c2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue