This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2011-06-10 05:57:42 +00:00
|
|
|
$('#panel_sidebar').html("<%= escape_javascript(render(:partial => 'admin/items/site_map_left_bar')) %>");
|
|
|
|
$('#panel_main').html("<%= escape_javascript(render(:partial => 'admin/pages/show')) %>");
|
2011-06-10 02:31:50 +00:00
|
|
|
history.pushState(null, document.title, "<%= escape_javascript(admin_page_url(@item)) %>");
|