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

4 lines
153 B
Plaintext

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