derp
This commit is contained in:
parent
4d73598c9b
commit
0b9b948f1d
@ -1338,7 +1338,7 @@
|
|||||||
if ((el = $('#recaptcha_response_field', QR.el)).value) {
|
if ((el = $('#recaptcha_response_field', QR.el)).value) {
|
||||||
QR.captchaPush(el);
|
QR.captchaPush(el);
|
||||||
}
|
}
|
||||||
if (!(captcha = captchaShift())) {
|
if (!(captcha = QR.captchaShift())) {
|
||||||
alert('You forgot to type in the verification.');
|
alert('You forgot to type in the verification.');
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
return;
|
return;
|
||||||
|
|||||||
@ -1055,7 +1055,7 @@ QR =
|
|||||||
$('.error', qr.el).textContent = ''
|
$('.error', qr.el).textContent = ''
|
||||||
if (el = $('#recaptcha_response_field', QR.el)).value
|
if (el = $('#recaptcha_response_field', QR.el)).value
|
||||||
QR.captchaPush el
|
QR.captchaPush el
|
||||||
if not captcha = captchaShift()
|
if not captcha = QR.captchaShift()
|
||||||
alert 'You forgot to type in the verification.'
|
alert 'You forgot to type in the verification.'
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user