Wait for post submission before reloading captcha.
Google seems to have disallowed captcha caching for v1.
This commit is contained in:
parent
54ef84b372
commit
f49e4aab26
@ -127,7 +127,7 @@ Captcha.v1 =
|
|||||||
else
|
else
|
||||||
challenge = @nodes.img.alt
|
challenge = @nodes.img.alt
|
||||||
if response = @nodes.input.value
|
if response = @nodes.input.value
|
||||||
if Conf['Auto-load captcha'] then @reload() else @destroy()
|
@destroy()
|
||||||
{challenge, response}
|
{challenge, response}
|
||||||
|
|
||||||
save: ->
|
save: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user