Skip to content

Instantly share code, notes, and snippets.

@hchouhan
Created September 16, 2016 22:06
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 hchouhan/18f10040c4db40ccff98b4f23bf6b375 to your computer and use it in GitHub Desktop.
Save hchouhan/18f10040c4db40ccff98b4f23bf6b375 to your computer and use it in GitHub Desktop.
jQuery('body').click(function(e) {
Boxzilla.dismiss();
});
jQuery('#boxzilla-overlay').click(function(e) {
Boxzilla.dismiss();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment