Forum Discussion
TyroneBishop
3 years agoCommunity Member
Very strange JavaScript problem
Hi,
This is weird! I have a script called app.js and have included it in story.html as such (see Storyline-File.PNG)
When I open the Storyline in my browser, I view source and see the JavaScript...
MathNotermans-9
3 years agoCommunity Member
I tried to get the same error...because i know i seen it too. And managed to do so. Its basically a missing library. You think your libraries ( app.js and/or xapiwrapper.js ) are available, but they probably arenot. Maybe pointing to a wrong directory or some like that.
I added a jQuery call...and jQuery ofcourse not more available by default... thus getting the error as i miss jQuery.
Maybe your libraries depend on JQuery, or maybe the script is pointing to a wrong directory...or scope... anyway...the libraries are not found.