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

3 lines
120 B
Plaintext

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