reload captcha on fail
for reals this time
This commit is contained in:
parent
a2a38b5dcd
commit
7ae4faded2
@ -419,6 +419,8 @@ iframeLoad = ->
|
|||||||
span.textContent = error
|
span.textContent = error
|
||||||
span.className = 'error'
|
span.className = 'error'
|
||||||
qr.appendChild(span)
|
qr.appendChild(span)
|
||||||
|
if error = 'You seem to have mistyped the verification'
|
||||||
|
window.location = 'javascript:Recaptcha.reload()'
|
||||||
else
|
else
|
||||||
remove(qr)
|
remove(qr)
|
||||||
window.location = 'javascript:Recaptcha.reload()'
|
window.location = 'javascript:Recaptcha.reload()'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user