Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery(window).on("load", function(){
- if(window.location.href.indexOf("/cennik") > -1) {
- var currentURL = window.location.href;
- var index = currentURL.indexOf("#");
- if(index > -1) {
- window.location.href = currentURL.substring(0, index);
- }
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement