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

2 lines
120 B
Text

$('#article_#{@article.id}').replaceWith('#{escape_javascript(render(@article))}');
$('#modalContainer').modal('hide');