]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removing non needed aria from the body tag 8635/head
authorsethk <sethk@criticalmass.com>
Wed, 20 Apr 2016 21:08:31 +0000 (16:08 -0500)
committersethk <sethk@criticalmass.com>
Wed, 20 Apr 2016 21:08:31 +0000 (16:08 -0500)
js/foundation.reveal.js

index 62205a54ad5da916ac511a4eb6cb2fda2c9e4deb..5cce0f1defa38e81ebfe033e0630fa5fee0cf54d 100644 (file)
@@ -401,11 +401,6 @@ class Reveal {
         $('body').removeClass('is-reveal-open');
       }
 
-      $('body').attr({
-        'aria-hidden': false,
-        'tabindex': ''
-      });
-
       _this.$element.attr('aria-hidden', true);
 
       /**