derp
This commit is contained in:
parent
4d73598c9b
commit
0b9b948f1d
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user