From 17bdd3fd15d5b4263a5c70fc5ca22992c05c60fa Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Wed, 18 Apr 2012 09:20:39 -0300 Subject: [PATCH] Fixed identation --- plugins/require_auth_to_comment/public/hide_comment_form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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