diff --git a/app/assets/javascripts/app/views/small_frame.js b/app/assets/javascripts/app/views/small_frame.js index 0a5dcf103..4ea26f4de 100644 --- a/app/assets/javascripts/app/views/small_frame.js +++ b/app/assets/javascripts/app/views/small_frame.js @@ -122,6 +122,7 @@ app.views.SmallFrame = app.views.Post.extend({ goToPost : function(evt) { if(evt) { evt.stopImmediatePropagation(); } + window.preloads.post = this.model.attributes app.router.navigate(this.model.url(), true) } }); \ No newline at end of file