Uncaught SyntaxError in Javascript code
-
Developer toolbar has revealed a syntax error which is not being trapped.
“Uncaught SyntaxError: Unexpected number”
It relates to the variable
sweetcaptchaPluginVersion
.You have assigned an invalid number. The variable should be in string format I believe for the versioning style you are using. Two decimal points in a number is invalid.
window.sweetcaptchaPluginVersion = 3.1.0;
https://www.ads-software.com/plugins/sweetcaptcha-revolutionary-free-captcha-service/
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Uncaught SyntaxError in Javascript code’ is closed to new replies.