diff --git a/plugins/require_auth_to_comment/public/hide_comment_form.js b/plugins/require_auth_to_comment/public/hide_comment_form.js index 4fe50d4..018bbd5 100644 --- a/plugins/require_auth_to_comment/public/hide_comment_form.js +++ b/plugins/require_auth_to_comment/public/hide_comment_form.js @@ -3,7 +3,7 @@ if (data.login || $('meta[name=profile.allow_unauthenticated_comments]').length > 0) { $('.post-comment-button').show(); $('#page-comment-form').show(); - $('.comment-footer').show(); + $('.comment-footer').show(); } }); })(jQuery); -- libgit2 0.21.2