diff --git a/public/javascripts/app/templates/post-viewer/author.handlebars b/public/javascripts/app/templates/post-viewer/author.handlebars index 417a5a77b..14418b1d2 100644 --- a/public/javascripts/app/templates/post-viewer/author.handlebars +++ b/public/javascripts/app/templates/post-viewer/author.handlebars @@ -18,5 +18,8 @@
diff --git a/public/javascripts/app/views/post-viewer/feedback.js b/public/javascripts/app/views/post-viewer/feedback.js index 3d0cab4e7..6789c4c96 100644 --- a/public/javascripts/app/views/post-viewer/feedback.js +++ b/public/javascripts/app/views/post-viewer/feedback.js @@ -32,6 +32,7 @@ app.views.PostViewerFeedback = app.views.Feedback.extend({ hidePane : function(evt){ this.trigger("hidePane") }, requireAuth : function(evt) { + if( app.currentUser.authenticated() ) { return } alert("you must be logged in to do that!") return false; }