Advertisement
Socialking

Untitled

Mar 17th, 2020
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.19 KB | None | 0 0
  1. jQuery(document).unload(function($){
  2.     var currentURL = window.location.href;
  3.     var index = currentURL.indexOf("#");
  4.     if(index > -1) {
  5.         window.location.href = currentURL.substring(0, index);
  6.     }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement