basic_app/app/views/admin/comments/update.js.erb
Nicolas Bally fd027c16c1 initial
2020-04-21 21:53:16 +02:00

4 lines
116 B
Plaintext

close_pane_hover();
$('#comment_row_<%= @comment.id %>').replaceWith("<%= escape_javascript(render(@comment))%>");