Typo.
This commit is contained in:
parent
84fd1b7b55
commit
3b023a319b
@ -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'),
|
||||||
|
|||||||
@ -634,11 +634,11 @@ QR =
|
|||||||
title: 'Reload'
|
title: 'Reload'
|
||||||
innerHTML: '<img>'
|
innerHTML: '<img>'
|
||||||
input = $.el 'input',
|
input = $.el 'input',
|
||||||
className: 'captcha-input field'
|
className: 'captcha-input field'
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user