'}' expected. Parsing error: Unexcepted token

Any idea how I can fix this error for the multi state box on the page https://www.profreshionalcreations.com/vision2life-slider

It’s hard to see from a screen shot, but I suspect that it’s because you don’t have the closing line of the onReady() function. Try adding the following line to the end of your code:

});

That did it, thank you @yisrael-wix ! Now, I can go to the 2nd state by clicking on its tab/ button. The only other thing I’m stuck on is when I try to go to the 3rd state or any other state after that I cant.

Each tab has a transparent button set to change to the next state. Even though state was duplicated with the buttons on them each state has different button numbers. Will I have to add every single button number to the code or is there a way around this? (attachment)

Here is the link again https://www.profreshionalcreations.com/vision2life-slider

For instance if we scroll and look at the multi-state box on this page and the 2nd attachment below we can see that the button number on the 2nd state is not in the code but it’s working fine with no errors.