You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: