Your IP : 216.73.216.196


Current Path : /home/icmq6107/clients/naddaf/wp-content/plugins/white-label-cms/assets/js/
Upload File :
Current File : /home/icmq6107/clients/naddaf/wp-content/plugins/white-label-cms/assets/js/admin.js

function wlcms_iframe_height(el){
    el.height =  el.contentWindow.document.body.scrollHeight;
    
    var iframeDocument = el.contentDocument || el.contentWindow.document;

    var anchorLinks = iframeDocument.querySelectorAll('a');

    anchorLinks.forEach(function(link) {
        if (!link.hasAttribute('target')) {
        link.setAttribute('target', '_top');
        }
    });
}