Skip to content

Instantly share code, notes, and snippets.

@rounakdatta
Created August 7, 2019 19:15
Show Gist options
  • Save rounakdatta/49f5525652c4bbc3d5b01948d99823e0 to your computer and use it in GitHub Desktop.
Save rounakdatta/49f5525652c4bbc3d5b01948d99823e0 to your computer and use it in GitHub Desktop.
Prevent accidental refreshes on webpages
window.onbeforeunload = function () {
return "Leave this page ?";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment