Problem/Motivation
It is impossible to load additional JS libraries in an Ajax response and then call that code through Ajax commands, because Drupal.ajax
does not guarantee that the JS library will already have loaded.
See #23 and #31 for details.
Proposed resolution
TBD.
Remaining tasks
TBD.
User interface changes
None.
API changes
TBD
Related Issues
TBD
Original report by [username]
Hi,
Thanks for your module, it works perfect for me.
But I found there one small bug there: if all my .js files are mapped to the external CDN, ajax redirects doesn't execute. After some tests I found that CDN rewrites all js urls, even for ajax. So I attached a small patch that solved this problem for me.
Best regards,
Spleshka.