2016-07-14 17:23:48 +08:00
|
|
|
<% if @user_activity_id %>
|
2016-11-25 09:59:03 +08:00
|
|
|
$("#activity_post_reply_<%= @user_activity_id %>").html("<%= escape_javascript(render :partial => 'organizations/org_document_post_reply', :locals => {:activity => @document, :user_activity_id => @user_activity_id}) %>");
|
2016-07-14 17:23:48 +08:00
|
|
|
<% end %>
|
|
|
|
sd_create_editor_from_data(<%= @act.id %>,"","100%", "<%=@act.class.to_s%>");
|