Wait for post submission before reloading captcha.

Google seems to have disallowed captcha caching for v1.
This commit is contained in:
ccd0 2015-06-21 08:59:47 -07:00
parent 54ef84b372
commit f49e4aab26

View File

@ -127,7 +127,7 @@ Captcha.v1 =
else
challenge = @nodes.img.alt
if response = @nodes.input.value
if Conf['Auto-load captcha'] then @reload() else @destroy()
@destroy()
{challenge, response}
save: ->