|
1 2 3 4 5 |
<script> if ( window.history.replaceState ) { window.history.replaceState( null, null, window.location.href ); } </script> |
|
1 2 3 4 5 |
<script> if ( window.history.replaceState ) { window.history.replaceState( null, null, window.location.href ); } </script> |