Disable spellcheck on the captcha input. Especially annoying on mobile devices.

This commit is contained in:
Nicolas Stepien 2013-02-27 16:21:53 +01:00
parent bdfcf60d8b
commit e09a5720bd
2 changed files with 3 additions and 1 deletions

View File

@ -6379,7 +6379,8 @@
input = $.el('input', {
className: 'captcha-input field',
title: 'Verification',
autocomplete: 'off'
autocomplete: 'off',
spellcheck: false
});
this.nodes = {
challenge: $.id('recaptcha_challenge_field_holder'),

View File

@ -571,6 +571,7 @@ QR =
className: 'captcha-input field'
title: 'Verification'
autocomplete: 'off'
spellcheck: false
@nodes =
challenge: $.id 'recaptcha_challenge_field_holder'
img: imgContainer.firstChild