From 3f0e937074a79a44f6860bf2260ba7051d2f9d81 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 10 Oct 2015 07:57:28 -0700 Subject: [PATCH] Point captcha error complaint link at https://www.4chan-x.net/captchas.html so it can be redirected as needed. --- src/Posting/Captcha.fixes.coffee | 2 +- src/Posting/QR.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Posting/Captcha.fixes.coffee b/src/Posting/Captcha.fixes.coffee index 583403a29..c0c1df119 100644 --- a/src/Posting/Captcha.fixes.coffee +++ b/src/Posting/Captcha.fixes.coffee @@ -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] diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 36505e1ab..baa97f6f1 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -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 [complain here].') %> + <%= html('You mistyped the CAPTCHA, or the CAPTCHA malfunctioned [complain here].') %> 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.