pic_vert_app/app/views/sheets/update.js.erb

4 lines
119 B
Plaintext

$('#sheet_show').remove();
$('#sheet_line_<%= @sheet.id %>').replaceWith("<%= escape_javascript(render(@sheet)) %>");