Switch to new single post view.
This commit is contained in:
parent
72f8d58c06
commit
8c695ecec2
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ app.Router = Backbone.Router.extend({
|
|||
},
|
||||
|
||||
singlePost : function(id) {
|
||||
this.renderPage(function(){ return new app.pages.PostViewer({ id: id })});
|
||||
this.renderPage(function(){ return new app.pages.SinglePostViewer({ id: id })});
|
||||
},
|
||||
|
||||
siblingPost : function(){ //next or previous
|
||||
|
|
|
|||
Loading…
Reference in a new issue