Fix Post on Captcha Completion halting autoposting when you finish entering captchas.

This commit is contained in:
ccd0 2014-12-10 17:56:34 -08:00
parent 31ae2a687c
commit 75a1c64edc

View File

@ -139,7 +139,7 @@ QR.captcha =
else
@timeouts.destroy ?= setTimeout @destroy.bind(@), 3 * $.SECOND
QR.nodes.status.focus()
QR.submit() if Conf['Post on Captcha Completion']
QR.submit() if Conf['Post on Captcha Completion'] and !QR.cooldown.auto
clear: ->
return unless @captchas.length