Line 11: | Line 11: | ||
var iframeDocument = ifrm .contentDocument || ifrm .contentWindow.document; | var iframeDocument = ifrm .contentDocument || ifrm .contentWindow.document; | ||
if (iframeDocument) { | if (iframeDocument) { | ||
− | iframeContent = iframeDocument.getElementById('frameBody'); | + | iframeContent = iframeDocument.getElementById('frameBody'); |
+ | iframeDocument.getElementById('WIX_ADSdesktopWADTopLabel').style.display = "none"; | ||
+ | |||
} | } |
Revision as of 15:37, 20 August 2016