From 195bfe01dbe049f9205bd37723c306a001c0979e Mon Sep 17 00:00:00 2001 From: Marius Olbertz Date: Wed, 18 Feb 2015 20:40:55 +0100 Subject: [PATCH] Removed comments --- js/foundation/foundation.reveal.js | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.47.2