Created
June 26, 2012 19:59
-
-
Save okal/2998500 to your computer and use it in GitHub Desktop.
Revert Flickr Fullscreen link text to "
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var lightbox_fullscreen = document.getElementById('lightbox-fullscreen'); | |
| document.addEventListener('fullscreenchange', function() { | |
| lightbox_fullscreen.innerHTML = (document.fullscreen) ? 'Exit Fullscreen': 'Fullscreen'; | |
| }, false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment