Those are all normal errors except the very first Uncaught SyntaxError. You’re missing a comma after your URL parameter, for example, that would cause that error.
1 Like
Those are all normal errors except the very first Uncaught SyntaxError. You’re missing a comma after your URL parameter, for example, that would cause that error.