]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/js/tiny_mce/themes/advanced/js/about.js
Imported Upstream version 0.5.2+dfsg
[roundcube.git] / program / js / tiny_mce / themes / advanced / js / about.js
index 5cee9ed863cdb6ffaf6cc44979375c1beb9cd920..5b358457617adaba1ebc51fbb70f77930065fcea 100644 (file)
@@ -66,6 +66,7 @@ function insertHelpIFrame() {
                html = '<iframe width="100%" height="300" src="' + tinyMCEPopup.editor.baseURI.toAbsolute(tinyMCEPopup.getParam('docs_url')) + '"></iframe>';\r
                document.getElementById('iframecontainer').innerHTML = html;\r
                document.getElementById('help_tab').style.display = 'block';\r
+               document.getElementById('help_tab').setAttribute("aria-hidden", "false");\r
        }\r
 }\r
 \r