Add an extra space at the end of the captcha response.

This commit is contained in:
Nicolas Stepien 2012-02-29 18:57:25 +01:00
parent 5c8c7be4ba
commit 795032c265
2 changed files with 2 additions and 2 deletions

View File

@ -1856,7 +1856,7 @@
mode: 'regist',
pwd: (m = d.cookie.match(/4chan_pass=([^;]+)/)) ? decodeURIComponent(m[1]) : $('[name=pwd]').value,
recaptcha_challenge_field: challenge,
recaptcha_response_field: response
recaptcha_response_field: response + ' '
};
qr.status({
progress: '...'

View File

@ -1490,7 +1490,7 @@ qr =
mode: 'regist'
pwd: if m = d.cookie.match(/4chan_pass=([^;]+)/) then decodeURIComponent m[1] else $('[name=pwd]').value
recaptcha_challenge_field: challenge
recaptcha_response_field: response
recaptcha_response_field: response + ' '
# Starting to upload might take some time.
# Provide some feedback that we're starting to submit.