Commit e73614db25d39f3f7ec3ac3a82c49a86f3fa66fd

Authored by Victor Costa
1 parent 1ac05704

comment_group_plugin: change ajax to get

plugins/comment_group/views/comment_group_plugin_profile/_comment_group.html.erb
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 <div style="float: left"> 3 <div style="float: left">
4 <%= link_to_remote(image_tag("/plugins/comment_group/images/comments.gif"), 4 <%= link_to_remote(image_tag("/plugins/comment_group/images/comments.gif"),
5 :url => { :profile => profile_identifier, :controller => 'comment_group_plugin_profile', :action => 'view_comments', :group_id => group_id, :article_id => article_id}, 5 :url => { :profile => profile_identifier, :controller => 'comment_group_plugin_profile', :action => 'view_comments', :group_id => group_id, :article_id => article_id},
6 - :method => :post, 6 + :method => :get,
7 :condition => "!toggleGroup(#{group_id})", 7 :condition => "!toggleGroup(#{group_id})",
8 :complete => "loadCompleted(#{group_id})")%> 8 :complete => "loadCompleted(#{group_id})")%>
9 </div> 9 </div>