From db71c7f2d45946b60aab54b4f0799fd818becacd Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 23 May 2014 19:43:19 -0700 Subject: [PATCH] remove captcha response doubling --- src/Posting/QR.captcha.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Posting/QR.captcha.coffee b/src/Posting/QR.captcha.coffee index bfdefc2ef..53d83a929 100644 --- a/src/Posting/QR.captcha.coffee +++ b/src/Posting/QR.captcha.coffee @@ -87,9 +87,6 @@ QR.captcha = if Conf['Auto-load captcha'] then @reload() else @destroy() if response response = response.trim() - # one-word-captcha: - # If there's only one word, duplicate it. - response = "#{response} #{response}" unless /\s/.test response {challenge, response} save: ->