Fix captcha posting. #932
This commit is contained in:
parent
38d90627c6
commit
491721e049
@ -6499,8 +6499,8 @@
|
|||||||
challenge = captcha.challenge;
|
challenge = captcha.challenge;
|
||||||
response = captcha.response;
|
response = captcha.response;
|
||||||
} else {
|
} else {
|
||||||
challenge = QR.captcha.img.alt;
|
challenge = QR.captcha.nodes.img.alt;
|
||||||
if (response = QR.captcha.input.value) {
|
if (response = QR.captcha.nodes.input.value) {
|
||||||
QR.captcha.reload();
|
QR.captcha.reload();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -704,8 +704,8 @@ QR =
|
|||||||
challenge = captcha.challenge
|
challenge = captcha.challenge
|
||||||
response = captcha.response
|
response = captcha.response
|
||||||
else
|
else
|
||||||
challenge = QR.captcha.img.alt
|
challenge = QR.captcha.nodes.img.alt
|
||||||
if response = QR.captcha.input.value then QR.captcha.reload()
|
if response = QR.captcha.nodes.input.value then QR.captcha.reload()
|
||||||
$.set 'captchas', captchas
|
$.set 'captchas', captchas
|
||||||
QR.captcha.count captchas
|
QR.captcha.count captchas
|
||||||
unless response
|
unless response
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user