From e73614db25d39f3f7ec3ac3a82c49a86f3fa66fd Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 9 Oct 2014 10:36:26 -0300 Subject: [PATCH] comment_group_plugin: change ajax to get --- plugins/comment_group/views/comment_group_plugin_profile/_comment_group.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/comment_group/views/comment_group_plugin_profile/_comment_group.html.erb b/plugins/comment_group/views/comment_group_plugin_profile/_comment_group.html.erb index 3b04529..97a0dc3 100644 --- a/plugins/comment_group/views/comment_group_plugin_profile/_comment_group.html.erb +++ b/plugins/comment_group/views/comment_group_plugin_profile/_comment_group.html.erb @@ -3,7 +3,7 @@
<%= link_to_remote(image_tag("/plugins/comment_group/images/comments.gif"), :url => { :profile => profile_identifier, :controller => 'comment_group_plugin_profile', :action => 'view_comments', :group_id => group_id, :article_id => article_id}, - :method => :post, + :method => :get, :condition => "!toggleGroup(#{group_id})", :complete => "loadCompleted(#{group_id})")%>
-- libgit2 0.21.2