summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce/themes/advanced/js/about.js
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-03-27 15:14:12 +0000
committeralecpl <alec@alec.pl>2011-03-27 15:14:12 +0000
commit94dfd8ab9d61a969453fdd3b9be14b58e1576816 (patch)
treec3ce609ea828dfb08e710378703770de86c75188 /program/js/tiny_mce/themes/advanced/js/about.js
parentc09e3287c1704473bc9a68c6eaae45ae2ad3c418 (diff)
- TinyMCE 3.4.1
Diffstat (limited to 'program/js/tiny_mce/themes/advanced/js/about.js')
-rw-r--r--program/js/tiny_mce/themes/advanced/js/about.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/tiny_mce/themes/advanced/js/about.js b/program/js/tiny_mce/themes/advanced/js/about.js
index 5cee9ed86..5b3584576 100644
--- a/program/js/tiny_mce/themes/advanced/js/about.js
+++ b/program/js/tiny_mce/themes/advanced/js/about.js
@@ -66,6 +66,7 @@ function insertHelpIFrame() {
html = '<iframe width="100%" height="300" src="' + tinyMCEPopup.editor.baseURI.toAbsolute(tinyMCEPopup.getParam('docs_url')) + '"></iframe>';
document.getElementById('iframecontainer').innerHTML = html;
document.getElementById('help_tab').style.display = 'block';
+ document.getElementById('help_tab').setAttribute("aria-hidden", "false");
}
}