From 94dfd8ab9d61a969453fdd3b9be14b58e1576816 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sun, 27 Mar 2011 15:14:12 +0000 Subject: - TinyMCE 3.4.1 --- program/js/tiny_mce/themes/advanced/js/about.js | 1 + 1 file changed, 1 insertion(+) (limited to 'program/js/tiny_mce/themes/advanced/js/about.js') 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 = ''; document.getElementById('iframecontainer').innerHTML = html; document.getElementById('help_tab').style.display = 'block'; + document.getElementById('help_tab').setAttribute("aria-hidden", "false"); } } -- cgit v1.2.3