Fix Post on Captcha Completion halting autoposting when you finish entering captchas.
This commit is contained in:
parent
31ae2a687c
commit
75a1c64edc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user