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.
|
$("div.editable").live("mouseenter mouseleave", function (event) {
|
|
$(this).children('.edit_link').toggle();
|
|
});
|
|
|
|
$("#page_design_id").live('change', function() {
|
|
$.getScript($(this).attr('rel') + '/' + $(this).val() + '/reload_themes');
|
|
}); |