Nicolas Bally d744a04b28 initial
2020-10-30 22:26:40 +01:00

12 lines
233 B
Plaintext

$('#menu_item_row_<%= @menu_item.id %>').replaceWith("<%= escape_javascript(render(@menu_item))%>");
$('#menu_item_show').replaceWith("<%= escape_javascript(render(:partial => "show"))%>");
close_pane_hover();
<%= flash_js %>