From 17f97786f873817a58fa9b7923db75fd21d6a21d Mon Sep 17 00:00:00 2001 From: Spittie Date: Mon, 10 Feb 2014 20:45:28 +0100 Subject: [PATCH] Fix tabbing into the captcha It (should) just work. --- src/Posting/QR.captcha.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Posting/QR.captcha.coffee b/src/Posting/QR.captcha.coffee index 24ad74f48..0217fa38d 100644 --- a/src/Posting/QR.captcha.coffee +++ b/src/Posting/QR.captcha.coffee @@ -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() \ No newline at end of file + e.preventDefault()