9 lines
519 B
Plaintext
9 lines
519 B
Plaintext
//location.reload();
|
|
<% if @act %>
|
|
$("#activity_post_reply_<%= @act.id %>").html("<%= escape_javascript(render :partial => 'organizations/org_document_post_reply', :locals => {:activity => @document, :user_activity_id => @act.id}) %>");
|
|
sd_create_editor_from_data(<%= @act.id %>,"","100%", "<%=@act.class.to_s%>");
|
|
<% elsif params[:detail_page] %>
|
|
window.location.href = '<%= organization_path(params[:organization_id],:org_subfield_id => @org_sub_id )%>';
|
|
<% else %>
|
|
window.location.reload();
|
|
<% end %> |