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

2 lines
101 B
Plaintext
Raw Normal View History

$('#<%= @article.id %>').html('<%= escape_javascript(render("article_row")) %>');
$.fancybox.close();