Skip to content

Instantly share code, notes, and snippets.

@oytuntez
Created February 26, 2013 13:22
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 oytuntez/5038366 to your computer and use it in GitHub Desktop.
Save oytuntez/5038366 to your computer and use it in GitHub Desktop.
if(window.location.hash != "#!" && window.location.hash.length > 2)
{
var tempHash = window.location.hash;
window.location.hash = "#!";
window.location.hash = tempHash;
}
else
{
//show the first inital page as usual.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment