This commit is contained in:
James Campos 2011-09-02 18:29:11 -07:00
parent 4d73598c9b
commit 0b9b948f1d
2 changed files with 2 additions and 2 deletions

View File

@ -1338,7 +1338,7 @@
if ((el = $('#recaptcha_response_field', QR.el)).value) {
QR.captchaPush(el);
}
if (!(captcha = captchaShift())) {
if (!(captcha = QR.captchaShift())) {
alert('You forgot to type in the verification.');
e.preventDefault();
return;

View File

@ -1055,7 +1055,7 @@ QR =
$('.error', qr.el).textContent = ''
if (el = $('#recaptcha_response_field', QR.el)).value
QR.captchaPush el
if not captcha = captchaShift()
if not captcha = QR.captchaShift()
alert 'You forgot to type in the verification.'
e.preventDefault()
return