4 lines
119 B
Plaintext
4 lines
119 B
Plaintext
$('#sheet_show').remove();
|
|
|
|
$('#sheet_line_<%= @sheet.id %>').replaceWith("<%= escape_javascript(render(@sheet)) %>");
|