Commit e73614db25d39f3f7ec3ac3a82c49a86f3fa66fd
1 parent
1ac05704
Exists in
staging
and in
4 other branches
comment_group_plugin: change ajax to get
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/comment_group/views/comment_group_plugin_profile/_comment_group.html.erb
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <div style="float: left"> |
4 | 4 | <%= link_to_remote(image_tag("/plugins/comment_group/images/comments.gif"), |
5 | 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 | 7 | :condition => "!toggleGroup(#{group_id})", |
8 | 8 | :complete => "loadCompleted(#{group_id})")%> |
9 | 9 | </div> | ... | ... |