foodsoft/app/views/articles/destroy.js.erb

5 lines
165 B
Plaintext
Raw Normal View History

<% if @order %>
$('#<%= @article.id %>').after('<%= escape_javascript(render("destroy_active_article")) %>');
<% else %>
$('#<%= @article.id %>').remove();
<% end %>