Created
June 4, 2014 12:51
-
-
Save LiamChapman/f744080364ca4b7a2753 to your computer and use it in GitHub Desktop.
A little snippet to check if in an iFrame. Handy for apps on Facebook.
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 inIframe = window.location !== window.parent.location; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment