Skip to content

Instantly share code, notes, and snippets.

@davidraedev
Created January 5, 2021 21:00
Show Gist options
  • Save davidraedev/c8075fad4f8c66f5e98939f89de4f7e2 to your computer and use it in GitHub Desktop.
Save davidraedev/c8075fad4f8c66f5e98939f89de4f7e2 to your computer and use it in GitHub Desktop.
reload page with hashtag
function reloadPage() {
history.replaceState( null, null, " " );
window.location = window.location.href.split( "#" )[0];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment