Created
November 8, 2016 13:17
-
-
Save kamaroly/c6f493210df87a78a03b673170aa7d26 to your computer and use it in GitHub Desktop.
This file contains 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
///////////////////////////////////////////////////////////////////////// | |
// IF WE HAVE TOOBAR AND MENUBAR WE ASSUME THIS IS NOT FROM MOBILE APP // | |
///////////////////////////////////////////////////////////////////////// | |
if (window.toolbar.visible && window.menubar.visible) { | |
var appIcon = window.document.getElementById('app-icon'); | |
appIcon.style.display = "block"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment