3 lines
156 B
Plaintext

$('#sheet_show').remove();
$('body').append("<%= escape_javascript(render(:template => "sheets/edit.html.haml")); %>");
$("body").css("overflow", "hidden");