Commit a54387401bbaab0a089fac1214657760139a3252
Exists in
master
and in
29 other branches
Merge commit 'refs/merge-requests/153' of git://gitorious.org/noosfero/noosfero …
…into merge-requests/153
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
plugins/require_auth_to_comment/public/hide_comment_form.js
| @@ -3,6 +3,7 @@ | @@ -3,6 +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 | } | 7 | } |
| 7 | }); | 8 | }); |
| 8 | })(jQuery); | 9 | })(jQuery); |
plugins/require_auth_to_comment/public/style.css