From: Marius Olbertz Date: Wed, 18 Feb 2015 19:40:55 +0000 (+0100) Subject: Removed comments X-Git-Tag: v5.5.2~83^2~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6305%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removed comments --- diff --git a/js/foundation/foundation.reveal.js b/js/foundation/foundation.reveal.js index e75aef1a2..bbc42ce97 100644 --- a/js/foundation/foundation.reveal.js +++ b/js/foundation/foundation.reveal.js @@ -167,9 +167,7 @@ .data('offset', this.cache_offset(modal)); } - // Patch for Accessibility modal.attr('tabindex','0').attr('aria-hidden','false'); - // End: Patch for Accessibility this.key_up_on(modal); // PATCH #3: turning on key up capture only when a reveal window is open @@ -249,9 +247,7 @@ if (open_modals.length > 0) { - // Patch for Accessibility modal.removeAttr('tabindex','0').attr('aria-hidden','true'); - // End: Patch for Accessibility this.locked = true; this.key_up_off(modal); // PATCH #3: turning on key up capture only when a reveal window is open