Minor fix.
This commit is contained in:
parent
7b09a3f8f2
commit
a9e7240547
@ -59,7 +59,7 @@ Captcha.v2 =
|
||||
return @reload()
|
||||
|
||||
if @nodes.container
|
||||
if @shouldFocus and iframe = $ 'textarea', @nodes.container
|
||||
if @shouldFocus and iframe = $ 'iframe', @nodes.container
|
||||
iframe.focus()
|
||||
delete @shouldFocus
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user