Skip to content

Instantly share code, notes, and snippets.

@nwingt
Created June 9, 2017 03:17
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 nwingt/afca09855cda534773051086797a2d54 to your computer and use it in GitHub Desktop.
Save nwingt/afca09855cda534773051086797a2d54 to your computer and use it in GitHub Desktop.
Popup Issue
var popupWindow = window.open("http://www.nlcitychurch.org.hk");
popupWindow.onunload = function () {
console.log("do something when the pop up closes");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment