From 95ef464672afdd994b0fc4386e9aba6db0785417 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Wed, 20 Feb 2013 15:03:41 -0300 Subject: [PATCH] adding jquery livequery in noosfero plugin --- plugins/require_auth_to_comment/lib/require_auth_to_comment_plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/require_auth_to_comment/lib/require_auth_to_comment_plugin.rb b/plugins/require_auth_to_comment/lib/require_auth_to_comment_plugin.rb index 9d333c5..1aa75a7 100644 --- a/plugins/require_auth_to_comment/lib/require_auth_to_comment_plugin.rb +++ b/plugins/require_auth_to_comment/lib/require_auth_to_comment_plugin.rb @@ -27,7 +27,7 @@ class RequireAuthToCommentPlugin < Noosfero::Plugin end def js_files - ['hide_comment_form.js'] + ['hide_comment_form.js', 'jquery.livequery.min.js'] end def body_beginning -- libgit2 0.21.2