Fix tabbing into the captcha

It (should) just work.
This commit is contained in:
Spittie 2014-02-10 20:45:28 +01:00
parent a9de36ca63
commit 17f97786f8

View File

@ -15,6 +15,7 @@ QR.captcha =
placeholder: 'Focus to load reCAPTCHA'
autocomplete: 'off'
spellcheck: false
tabindex: 55
@nodes =
img: imgContainer.firstChild
input: input
@ -133,4 +134,4 @@ QR.captcha =
@save()
else
return
e.preventDefault()
e.preventDefault()