Skip to content

Instantly share code, notes, and snippets.

@troy-lamerton
Created March 28, 2017 15:56
Show Gist options
  • Save troy-lamerton/4bbcde9e929afcb71311a337878c982d to your computer and use it in GitHub Desktop.
Save troy-lamerton/4bbcde9e929afcb71311a337878c982d to your computer and use it in GitHub Desktop.
var hashIndex = window.location.href.indexOf('#'); // 31
var stringBeforeHash = window.location.href.slice(0, hashIndex);
console.info('new href', stringBeforeHash);
window.location.href = stringBeforeHash;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment