Fix tabbing into the captcha
It (should) just work.
This commit is contained in:
parent
a9de36ca63
commit
17f97786f8
@ -15,6 +15,7 @@ QR.captcha =
|
|||||||
placeholder: 'Focus to load reCAPTCHA'
|
placeholder: 'Focus to load reCAPTCHA'
|
||||||
autocomplete: 'off'
|
autocomplete: 'off'
|
||||||
spellcheck: false
|
spellcheck: false
|
||||||
|
tabindex: 55
|
||||||
@nodes =
|
@nodes =
|
||||||
img: imgContainer.firstChild
|
img: imgContainer.firstChild
|
||||||
input: input
|
input: input
|
||||||
@ -133,4 +134,4 @@ QR.captcha =
|
|||||||
@save()
|
@save()
|
||||||
else
|
else
|
||||||
return
|
return
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user