2015-11-20 14:50:48 +08:00
|
|
|
//location.reload();
|
2016-07-14 17:23:48 +08:00
|
|
|
<% if @act %>
|
2016-11-25 09:59:03 +08:00
|
|
|
$("#activity_post_reply_<%= @act.id %>").html("<%= escape_javascript(render :partial => 'organizations/org_document_post_reply', :locals => {:activity => @document, :user_activity_id => @act.id}) %>");
|
2016-07-14 17:23:48 +08:00
|
|
|
sd_create_editor_from_data(<%= @act.id %>,"","100%", "<%=@act.class.to_s%>");
|
|
|
|
<% elsif params[:detail_page] %>
|
2016-05-20 22:07:33 +08:00
|
|
|
window.location.href = '<%= organization_path(params[:organization_id],:org_subfield_id => @org_sub_id )%>';
|
2015-12-10 17:22:59 +08:00
|
|
|
<% else %>
|
|
|
|
window.location.reload();
|
|
|
|
<% end %>
|