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

2 lines
104 B
Text

$('#article_#{@article.id}').replaceWith('#{escape_javascript(render(@article))}');
$.fancybox.close();