[Plugin: WP-reCAPTCHA] Javascript Console / Firebug Shows Error
-
Although the reCaptcha plugin works well (2.9.1), I get a JavaScript error in Firefox 3. Firebug shows the following error: “sub is null”.
The source code is:
var sub = document.getElementById('submit'); sub.parentNode.removeChild(sub);I don’t know why this error happens… maybe because “submit” is not a unique name or it is defined AFTER the script?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: WP-reCAPTCHA] Javascript Console / Firebug Shows Error’ is closed to new replies.