Reload captcha when needed even if we don't focus on it.
This commit is contained in:
parent
d276952cee
commit
323410cf00
@ -141,8 +141,11 @@ Captcha.v2 =
|
||||
$.set 'captchas', @captchas
|
||||
@count()
|
||||
|
||||
if (QR.cooldown.auto or Conf['Post on Captcha Completion']) and @needed()
|
||||
@shouldFocus = true
|
||||
if @needed()
|
||||
if QR.cooldown.auto or Conf['Post on Captcha Completion']
|
||||
@shouldFocus = true
|
||||
else
|
||||
QR.nodes.status.focus()
|
||||
@reload()
|
||||
else
|
||||
if pasted
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user