Guest User

Untitled

a guest
Oct 10th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function removeHash () {
  2. history.pushState("", document.title, window.location.pathname
  3. + window.location.search);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment