Should only show reload button and be modal when the conflict is mandatory.
-
Owner
What's the purpose of
$(window).unload();
? What's the difference between$(window).location.reload()
andwindow.location.reload()
(except for the obvious "one is jquery the other native JS")? -
Owner
According to the internet there is sometimes different behaviour, just wanted to try it. I guess like everything from jQuery, they try to keep the behaviour of the function constant across different browsers and js implementations.