socialforge/app/views/org_document_comments/destroy.js.erb

6 lines
241 B
Plaintext

//location.reload();
<% if params[:detail_page] %>
window.location.href = '<%= organization_org_document_comments_path(:organization_id => @org_document_comment.root.organization_id)%>';
<% else %>
window.location.reload();
<% end %>