Skip to content

make sure that JS files loaded using addJSFromUrl are only loaded once during...

Steffen Michels requested to merge addJSFromUrl into master

make sure that JS files loaded using addJSFromUrl are only loaded once during the lifetime of the application

The change of the API was unavoidable, but it's not consistent with the function for adding multiple JS files (addJSFromUrl).

Edited by Steffen Michels

Merge request reports