From: sethk Date: Wed, 20 Apr 2016 21:08:31 +0000 (-0500) Subject: Removing non needed aria from the body tag X-Git-Tag: v6.2.2-rc1~57^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8635%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removing non needed aria from the body tag --- diff --git a/js/foundation.reveal.js b/js/foundation.reveal.js index 62205a54a..5cce0f1de 100644 --- a/js/foundation.reveal.js +++ b/js/foundation.reveal.js @@ -401,11 +401,6 @@ class Reveal { $('body').removeClass('is-reveal-open'); } - $('body').attr({ - 'aria-hidden': false, - 'tabindex': '' - }); - _this.$element.attr('aria-hidden', true); /**