You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pgfqe6ch8/app/views/memos/destroy.js.erb

6 lines
290 B

<% if params[:user_activity_id] %>
$("#message_replies_box").html("<%= escape_javascript(render :partial => 'memos/memo_all_replies') %>");
sd_create_editor_from_data(<%= @memo.id %>,"","100%", "<%= @memo.class.to_s %>");
<% else %>
$("#memo_detail_<%= params[:id] %>").remove();
<% end %>