Typo.
This commit is contained in:
parent
84fd1b7b55
commit
3b023a319b
@ -11960,7 +11960,7 @@
|
||||
title: 'Verification',
|
||||
autocomplete: 'off',
|
||||
spellcheck: false,
|
||||
tabindex: 55
|
||||
tabIndex: 55
|
||||
});
|
||||
this.nodes = {
|
||||
challenge: $.id('recaptcha_challenge_field_holder'),
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user