Switch to new single post view.

This commit is contained in:
Roger Braun 2013-08-17 14:41:55 +02:00
parent 72f8d58c06
commit 8c695ecec2

View file

@ -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