aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/forum_fn.js
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-09-25 17:25:10 +0200
committerMichael Miday <midaym@gmail.com>2015-10-01 20:21:38 +0200
commit9da14c9b241387982fed9aa2436162c63fc25d1c (patch)
tree4dca6dde05668efd19f79bed42da63618423cf62 /phpBB/styles/prosilver/template/forum_fn.js
parent8451272d6995e161aeb530755527b49ae99d7c31 (diff)
downloadforums-9da14c9b241387982fed9aa2436162c63fc25d1c.tar
forums-9da14c9b241387982fed9aa2436162c63fc25d1c.tar.gz
forums-9da14c9b241387982fed9aa2436162c63fc25d1c.tar.bz2
forums-9da14c9b241387982fed9aa2436162c63fc25d1c.tar.xz
forums-9da14c9b241387982fed9aa2436162c63fc25d1c.zip
[ticket/14199]Add aria-hidden to all icons
PHPBB3-14199
Diffstat (limited to 'phpBB/styles/prosilver/template/forum_fn.js')
-rw-r--r--phpBB/styles/prosilver/template/forum_fn.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js
index 9dfb3fc5f8..c6f13df5c2 100644
--- a/phpBB/styles/prosilver/template/forum_fn.js
+++ b/phpBB/styles/prosilver/template/forum_fn.js
@@ -489,7 +489,7 @@ function parseDocument($container) {
$linksFirst = $linksNotSkip.not(filterLast), // The items that will be hidden first
$linksLast = $linksNotSkip.filter(filterLast), // The items that will be hidden last
persistent = $this.attr('id') === 'nav-main', // Does this list already have a menu (such as quick-links)?
- html = '<li class="responsive-menu hidden"><a href="javascript:void(0);" class="js-responsive-menu-link responsive-menu-link"><i class="icon fa-bars fa-fw"></i></a><div class="dropdown"><div class="pointer"><div class="pointer-inner" /></div><ul class="dropdown-contents" /></div></li>',
+ html = '<li class="responsive-menu hidden"><a href="javascript:void(0);" class="js-responsive-menu-link responsive-menu-link"><i class="icon fa-bars fa-fw" aria-hidden="true"></i></a><div class="dropdown"><div class="pointer"><div class="pointer-inner" /></div><ul class="dropdown-contents" /></div></li>',
slack = 3; // Vertical slack space (in pixels). Determines how sensitive the script is in determining whether a line-break has occured.
// Add a hidden drop-down menu to each links list (except those that already have one)