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;