Advertisement
Socialking

Untitled

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