2 Replies
Andre Taylor

Hi. I came across your post today because I also had some JavaScript that was not working on a slide. I have discovered why and you may be experiencing the same problem I was...

I had some JavaScript on slide 2 that was working fine. I then added some JavaScript to slide 10 and the JavaScript on slide 2 stopped working. In fact, all JavaScript in the entire project stopped working.

It seems that if you add some JavaScript ANYWHERE in your project and just one instance contains an error, then ALL JavaScript in your project stops working.

So in my example, the JavaScript on slide 2 that stopped working did not contain any errors. But there was an error in the JavaScript on slide 10 and this caused all JavaScript to stop working in the entire project. Once I fixed the error in the Java on slide 10, the Java on slide 2 started working again!

Check any other Java in your project for errors. Just one missing semicolon will cause everything to stop working!