Point captcha error complaint link at https://www.4chan-x.net/captchas.html so it can be redirected as needed.

This commit is contained in:
ccd0 2015-10-10 07:57:28 -07:00
parent b5fb101b17
commit 3f0e937074
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ Captcha.fixes =
for errmsg in $$ '.rc-imageselect-incorrect-response, .rc-imageselect-error-select-one, .rc-imageselect-error-select-more'
unless $ 'a', errmsg
link = $.el 'a',
href: 'https://www.4chan.org/feedback'
href: 'https://www.4chan-x.net/captchas.html'
target: '_blank'
textContent: '[complain]'
$.add errmsg, [$.tn(' '), link]

View File

@ -730,7 +730,7 @@ QR =
# Remove the obnoxious 4chan Pass ad.
if /mistyped/i.test err.textContent
err = $.el 'span',
<%= html('You mistyped the CAPTCHA, or the CAPTCHA malfunctioned [<a href="https://www.4chan.org/feedback" target="_blank">complain here</a>].') %>
<%= html('You mistyped the CAPTCHA, or the CAPTCHA malfunctioned [<a href="https://www.4chan-x.net/captchas.html" target="_blank">complain here</a>].') %>
else if /expired/i.test err.textContent
err = 'This CAPTCHA is no longer valid because it has expired.'
# Enable auto-post if we have some cached captchas.