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()