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', title: 'Verification',
autocomplete: 'off', autocomplete: 'off',
spellcheck: false, spellcheck: false,
tabindex: 55 tabIndex: 55
}); });
this.nodes = { this.nodes = {
challenge: $.id('recaptcha_challenge_field_holder'), challenge: $.id('recaptcha_challenge_field_holder'),

View File

@ -638,7 +638,7 @@ QR =
title: 'Verification' title: 'Verification'
autocomplete: 'off' autocomplete: 'off'
spellcheck: false spellcheck: false
tabindex: 55 tabIndex: 55
@nodes = @nodes =
challenge: $.id 'recaptcha_challenge_field_holder' challenge: $.id 'recaptcha_challenge_field_holder'
img: imgContainer.firstChild img: imgContainer.firstChild