disable javascript checking in .php files Follow
I'd like to turn of just javascript checking in .php files because it seems to be reporting incorrect errors. Is there a way to do that so I can just see actual errors?
same if i change the structure
Please sign in to leave a comment.
found I can get around the warning by moving the javascript out to its own variable.
Not exactly what I was after, but workable.