This commit is contained in:
Zixaphir 2013-04-12 00:49:52 -07:00
parent 84fd1b7b55
commit 3b023a319b
2 changed files with 5 additions and 5 deletions

View File

@ -11960,7 +11960,7 @@
title: 'Verification',
autocomplete: 'off',
spellcheck: false,
tabindex: 55
tabIndex: 55
});
this.nodes = {
challenge: $.id('recaptcha_challenge_field_holder'),

View File

@ -634,11 +634,11 @@ QR =
title: 'Reload'
innerHTML: '<img>'
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