From 8159ed4a04ac910636db43e72466ebfcdebf612f Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Wed, 5 Nov 2014 13:58:40 -0300 Subject: [PATCH] comment_group: fix more link --- plugins/comment_group/views/comment_group_plugin_profile/view_comments.rjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/comment_group/views/comment_group_plugin_profile/view_comments.rjs b/plugins/comment_group/views/comment_group_plugin_profile/view_comments.rjs index 76e5263..58fc7eb 100644 --- a/plugins/comment_group/views/comment_group_plugin_profile/view_comments.rjs +++ b/plugins/comment_group/views/comment_group_plugin_profile/view_comments.rjs @@ -8,5 +8,5 @@ page.replace_html "comment-count-#{@group_id}", @comments_count if @no_more_pages page.replace_html "comments_list_group_#{@group_id}_more", "" else - page.replace_html "comments_list_group_#{@group_id}_more", link_to_remote(_('More'), :url => { :profile => profile.identifier, :controller => 'comment_group_plugin_profile', :action => 'view_comments', :group_id => @group_id, :article_id => @article_id, :group_comment_page => @group_comment_page + 1}, :loaded => visual_effect(:highlight, "comments_list_group_#{@group_id}"), :method => :post, :complete => "loadCompleted(#{@group_id})") + page.replace_html "comments_list_group_#{@group_id}_more", link_to_remote(_('More'), :url => { :profile => profile.identifier, :controller => 'comment_group_plugin_profile', :action => 'view_comments', :group_id => @group_id, :article_id => @article_id, :group_comment_page => @group_comment_page + 1}, :method => :get) end -- libgit2 0.21.2