Copy link to clipboard
Copied
Hey,
i am tryring to add an external Javascript library in Captivate (https://underscorejs.org/). I want to call functions from this Library in the Captivate JavaScript Window but I can reach the functions.
I added the library like this:
var lJSFiles = [ @JSFILES_ARRAY , 'assets/Underscorejs.js' ];
Copy link to clipboard
Copied
Correction : i can't reach to the Library functions in the Js window in Captivate *
Copy link to clipboard
Copied
Have you downloaded a copy of the .js file?
This copy would need to also be present in the assets folder with the exact same name.
Did you rename the file at all?
Case sensitive.
To be clear - are you also adding this to the HTML file found in the Captivate installation folder or the published file?