// Prevent crtl+r from resubmitting this form.
if ( window.history.replaceState ) {
   window.history.replaceState( null, null, window.location.href );
}
