| Current Path : /home/icmq6107/clients/NADDAF_proposition/wp-content/plugins/white-label-cms/assets/js/ |
| Current File : /home/icmq6107/clients/NADDAF_proposition/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');
}
});
}