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.className = 'error'
|
||||
qr.appendChild(span)
|
||||
if error = 'You seem to have mistyped the verification'
|
||||
window.location = 'javascript:Recaptcha.reload()'
|
||||
else
|
||||
remove(qr)
|
||||
window.location = 'javascript:Recaptcha.reload()'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user