Hi everyone!
I have a file in js structured like this:
if ( window.history.replaceState ) {
window.history.replaceState( null, null, window.location.href );
}
This function blocks the pop-up that requires the module to be sent back to the update after sending the form. Works on all devices and browsers less than for Safari. I was wondering if there is an alternative…
Thanks