Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(function() {
- if ( window.history.replaceState ) {
- window.history.replaceState( null, null, window.location.href );
- }
- });
- $(window).off('beforeunload');
- window.onbeforeunload = null;
- event.preventDefault();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement