Skip to content

Instantly share code, notes, and snippets.

@ngfw
Created September 9, 2015 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngfw/b85b9e4645bb667b4bde to your computer and use it in GitHub Desktop.
Save ngfw/b85b9e4645bb667b4bde to your computer and use it in GitHub Desktop.
var isInIFrame = (window.location != window.parent.location) ? true : false;
if(isInIFrame){
window.parent.location.href = window.location.href;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment