There is a way – when needed – to disable this confirmation dialog, which is adding the following line of code just before the call that triggers the URL change:window.onbeforeunload = null;
There is a way – when needed – to disable this confirmation dialog, which is adding the following line of code just before the call that triggers the URL change:window.onbeforeunload = null;