Forum Discussion
AyseSahin-3327f
3 years agoCommunity Member
Javascript not working on the LMS
Hello, I have integrated Javascript into my storyline (and one line into "story.html). It works when I open it locally (once it's been scormed and I click on story.html).
However, IT DOES NOT WORK...
AyseSahin-3327f
3 years agoCommunity Member
IT WOOOOORKS !!!! Thank you Russell !!
For the ones who need help, you just have to add the jquery in the "story.html" before the </head> (around line 14) and "index.lms.html" before the </head> too (around line 16).
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>