Commit 17bdd3fd15d5b4263a5c70fc5ca22992c05c60fa
1 parent
d941fcc8
Exists in
master
and in
29 other branches
Fixed identation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/require_auth_to_comment/public/hide_comment_form.js
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | if (data.login || $('meta[name=profile.allow_unauthenticated_comments]').length > 0) { | 3 | if (data.login || $('meta[name=profile.allow_unauthenticated_comments]').length > 0) { |
4 | $('.post-comment-button').show(); | 4 | $('.post-comment-button').show(); |
5 | $('#page-comment-form').show(); | 5 | $('#page-comment-form').show(); |
6 | - $('.comment-footer').show(); | 6 | + $('.comment-footer').show(); |
7 | } | 7 | } |
8 | }); | 8 | }); |
9 | })(jQuery); | 9 | })(jQuery); |