Skip to content

Instantly share code, notes, and snippets.

@undrafted
Created October 15, 2021 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save undrafted/27c37f5944d87809ae97deaf8e4cb350 to your computer and use it in GitHub Desktop.
Save undrafted/27c37f5944d87809ae97deaf8e4cb350 to your computer and use it in GitHub Desktop.
window.addEventListener('beforeunload', function(e) {
e.returnValue = 'Are you sure?';
return e.returnValue;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment