Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery(document).unload(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);
- }
- }
- });
Add Comment
Please, Sign In to add comment