Skip to content

Instantly share code, notes, and snippets.

@ojimac
Created August 9, 2012 01:49
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 ojimac/3300256 to your computer and use it in GitHub Desktop.
Save ojimac/3300256 to your computer and use it in GitHub Desktop.
Facebook認証しているwebアプリでダイレクト後についてくるハッシュを消す
if (window.location.hash === '#_=_') {
window.location.hash = '';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment