From 3b023a319bff691ef7e70d7b5a46fca4e6b1abae Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Fri, 12 Apr 2013 00:49:52 -0700 Subject: [PATCH] Typo. --- appchan-x.user.js | 2 +- src/qr.coffee | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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