Don't focus on captcha when it expires unless focus is on submit button.
This commit is contained in:
parent
81677f0797
commit
015e1ce1da
@ -172,7 +172,7 @@ Captcha.v2 =
|
|||||||
@captchas = @captchas[i..]
|
@captchas = @captchas[i..]
|
||||||
@count()
|
@count()
|
||||||
$.set 'captchas', @captchas
|
$.set 'captchas', @captchas
|
||||||
@setup true
|
@setup(d.activeElement is QR.nodes.status)
|
||||||
|
|
||||||
count: ->
|
count: ->
|
||||||
@nodes.counter.textContent = "Captchas: #{@captchas.length}"
|
@nodes.counter.textContent = "Captchas: #{@captchas.length}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user