resubmit on refresh php

33

<script>
    if ( window.history.replaceState ) {
        window.history.replaceState( null, null, window.location.href );
    }
</script>

Comments

Submit
0 Comments