We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I understand that currently it is possible to click anywhere on the window to close the popup. Is it possible to disable such functionality?
I just want the popup to be closed by the close-button.
Thank you very much in advance
The text was updated successfully, but these errors were encountered:
comment out this line:
$("#lean_overlay").click(function() { close_modal(modal_id); });
Sorry, something went wrong.
I'm sure I'm missing something here, but how do you enable the close-button for only some trigger ids?
Thanks JSDesign. That worked perfectly.
No branches or pull requests
Hi,
I understand that currently it is possible to click anywhere on the window to close the popup. Is it possible to disable such functionality?
I just want the popup to be closed by the close-button.
Thank you very much in advance
The text was updated successfully, but these errors were encountered: