ual_app/app/views/admin/quotes/destroy.js.erb
2014-08-24 00:18:02 +02:00

2 lines
121 B
Plaintext

$('#quote_row_<%= @quote.id %>').remove();
$('#tags').replaceWith("<%= escape_javascript(render(:partial => 'tags'))%>");