diff --git a/src/Posting/Captcha.fixes.coffee b/src/Posting/Captcha.fixes.coffee index 1a7531f4a..53e1d1ea2 100644 --- a/src/Posting/Captcha.fixes.coffee +++ b/src/Posting/Captcha.fixes.coffee @@ -97,7 +97,7 @@ Captcha.fixes = @complaintLinks() complaintLinks: -> - for errmsg in $$ '.rc-imageselect-incorrect-response, .rc-imageselect-error-select-one, .rc-imageselect-error-select-more' + for errmsg in $$ '.rc-imageselect-incorrect-response, .rc-imageselect-error-select-one, .rc-imageselect-error-select-more, .rc-imageselect-error-dynamic-more' unless $ 'a', errmsg link = $.el 'a', href: 'https://www.4chan-x.net/captchas.html'