]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removed comments 6305/head
authorMarius Olbertz <marius@owlbertz.de>
Wed, 18 Feb 2015 19:40:55 +0000 (20:40 +0100)
committerMarius Olbertz <marius@owlbertz.de>
Wed, 18 Feb 2015 19:40:55 +0000 (20:40 +0100)
js/foundation/foundation.reveal.js

index e75aef1a2a6988b305000bcd7772a86852d0d04a..bbc42ce976c96f606c0a4f320a237f31c43d1146 100644 (file)
             .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
         
 
       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