Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript [Solved] Syntax error? Re: [Solved] Syntax error?

#71326
Bob
Member

Your curly bracket on line 2 of your code pasted above doesn’t have a closing curly bracket.
Add one on the last line of the script, so it will read

}});

instead of

});