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

3 lines
292 B
Plaintext
Raw Normal View History

2015-12-02 16:48:49 +08:00
$("#organization_document_<%= @act.id %>").replaceWith("<%= escape_javascript(render :partial => 'organizations/show_org_document', :locals => {:document => @document,:flag => params[:flag], :act => @act}) %>");
2015-12-14 18:20:32 +08:00
init_activity_KindEditor_data(<%= @act.id %>,"","87%", "<%=@act.class.to_s%>");