Skip to content
New issue

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

Loading path from data attribute #3

Open
VaclovasV opened this issue Mar 31, 2014 · 0 comments
Open

Loading path from data attribute #3

VaclovasV opened this issue Mar 31, 2014 · 0 comments

Comments

@VaclovasV
Copy link

Hi Tomas,
We are having issues, then javascript is not loaded and user clicks on a link, he sees a partial of modal window.
We are thinking about this modification, to prevent this issue:
// Verify if URL is local link:
options.url = url;
to:
// Verify if URL is local link:
options.url = options.url || url;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant