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