diff --git a/app/controllers/admin/e_paper_criterias_controller.rb b/app/controllers/admin/e_paper_criterias_controller.rb index 4b19b47..6b3fd4e 100644 --- a/app/controllers/admin/e_paper_criterias_controller.rb +++ b/app/controllers/admin/e_paper_criterias_controller.rb @@ -16,7 +16,7 @@ def initialize # .with_tags(filters("tags")) @criterias = search_data(@criterias,[:title]).page(params[:page]).per(10) - @url = "/" + I18n.locale.to_s + "/" +Page.where(:module => "e_paper").first.url + "?method=papers" + #@url = "/" + I18n.locale.to_s + "/" +Page.where(:module => "e_paper").first.url + "?method=papers" render :partial => "index" if request.xhr? end