2015-11-20 14:50:48 +08:00
|
|
|
//location.reload();
|
2015-12-10 17:22:59 +08:00
|
|
|
<% if params[:detail_page] %>
|
2016-05-20 20:08:46 +08:00
|
|
|
window.location.href = '<%= org_subfield_sub_domain_sub_document_comments_path(:org_subfield_id => @org_subfield.id, :sub_domain_id => @sub_domain.id)%>';
|
2015-12-10 17:22:59 +08:00
|
|
|
<% else %>
|
|
|
|
window.location.reload();
|
|
|
|
<% end %>
|