Created
August 16, 2012 13:31
-
-
Save serian/3370101 to your computer and use it in GitHub Desktop.
firefox
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
if (gFindBar.hidden == true) | |
{ | |
gFindBar.open(0); | |
gFindBar.startFind(); | |
} else { | |
gFindBar.close(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment