index of
/
home
/
thefkyzp
/
easyloanly.com
/
wp-content
/
plugins
/
white-label-cms
/
assets
/
js
/
File: /home/thefkyzp/easyloanly.com/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'); } }); }