Guest User

Untitled

a guest
Oct 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // Gracefully handle AddThis hashes with jQuery Mobile
  2. $(function() {
  3. if (window.location.hash != '') {
  4. window.location.href = window.location.href.split('#')[0];
  5. }
  6. });
Add Comment
Please, Sign In to add comment