[Solved] JavaScript Syntax error


I figured it out; it is because the arguments of the javascript function that get written on the updated page are strings and so need qoutes around them (one of them had spaces and thats why i didn’t get a line number it messes up the parser)

solved JavaScript Syntax error