frontend_layer.js 221 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 jQuery(document).ready(function(){ $('.frontend-close-layer, .body-frontend-content .cancel-content').click(function(){ $('iframe[name="content-edit"]', window.parent.document).remove(); return false; }); });