Verhindern Sie das Dialogfeld zur Wiedervermittlung des Formulars zur Wiedervermittlung | window.history.back () Bestätigungsformular erneut

//Just Put This Code On Footer Of Your Pages If You Want To Use window.history.back()
if ( window.history.replaceState ) {
  window.history.replaceState( null, null, window.location.href );
}
Amin Arjmand