diff --git a/src/Posting/Captcha.v1.coffee b/src/Posting/Captcha.v1.coffee index c6945fecc..a9e04305a 100644 --- a/src/Posting/Captcha.v1.coffee +++ b/src/Posting/Captcha.v1.coffee @@ -126,8 +126,10 @@ Captcha.v1 = $.set 'captchas', @captchas else challenge = @nodes.img.alt - if response = @nodes.input.value + if /\S/.test(response = @nodes.input.value) @destroy() + else + return null {challenge, response} save: ->