diff --git a/appchan-x.user.js b/appchan-x.user.js index 84973cedd..56dc12642 100644 --- a/appchan-x.user.js +++ b/appchan-x.user.js @@ -11960,7 +11960,7 @@ title: 'Verification', autocomplete: 'off', spellcheck: false, - tabindex: 55 + tabIndex: 55 }); this.nodes = { challenge: $.id('recaptcha_challenge_field_holder'), diff --git a/src/qr.coffee b/src/qr.coffee index c7785a1da..f217f8bbd 100644 --- a/src/qr.coffee +++ b/src/qr.coffee @@ -634,11 +634,11 @@ QR = title: 'Reload' innerHTML: '' input = $.el 'input', - className: 'captcha-input field' - title: 'Verification' + className: 'captcha-input field' + title: 'Verification' autocomplete: 'off' - spellcheck: false - tabindex: 55 + spellcheck: false + tabIndex: 55 @nodes = challenge: $.id 'recaptcha_challenge_field_holder' img: imgContainer.firstChild