Skip to content

Instantly share code, notes, and snippets.

@riq363
Created February 3, 2015 13:35
Show Gist options
  • Save riq363/7d2d5849a0bfe7924a24 to your computer and use it in GitHub Desktop.
Save riq363/7d2d5849a0bfe7924a24 to your computer and use it in GitHub Desktop.
Disable back button loop
<script>
if (document.location.hash != '' ) {
history.pushState('', document.title, window.location.pathname);
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment