Commit 95ef464672afdd994b0fc4386e9aba6db0785417
1 parent
3e4b7e40
Exists in
master
and in
29 other branches
adding jquery livequery in noosfero plugin
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/require_auth_to_comment/lib/require_auth_to_comment_plugin.rb
@@ -27,7 +27,7 @@ class RequireAuthToCommentPlugin < Noosfero::Plugin | @@ -27,7 +27,7 @@ class RequireAuthToCommentPlugin < Noosfero::Plugin | ||
27 | end | 27 | end |
28 | 28 | ||
29 | def js_files | 29 | def js_files |
30 | - ['hide_comment_form.js'] | 30 | + ['hide_comment_form.js', 'jquery.livequery.min.js'] |
31 | end | 31 | end |
32 | 32 | ||
33 | def body_beginning | 33 | def body_beginning |