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

2 lines
No EOL
111 B
Text

$('#article_<%= @article.id %>').replaceWith('<%= escape_javascript(render(@article)) %>');
$.fancybox.close();