Skip to content

Instantly share code, notes, and snippets.

@bsysop
Last active July 4, 2020 19:45
Show Gist options
  • Save bsysop/06d5fa8a632c59a4720b9a77e6aac4aa to your computer and use it in GitHub Desktop.
Save bsysop/06d5fa8a632c59a4720b9a77e6aac4aa to your computer and use it in GitHub Desktop.
window.onbeforeunload = function() {
return "You are going out, have you finished your report?";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment