diff --git a/src/Posting/Captcha.cache.coffee b/src/Posting/Captcha.cache.coffee index b4070b77c..b8517d0a5 100644 --- a/src/Posting/Captcha.cache.coffee +++ b/src/Posting/Captcha.cache.coffee @@ -36,7 +36,8 @@ Captcha.cache = isReply = (QR.selected.thread isnt 'new') if !$.event('RequestCaptcha', {isReply}) @prerequested = true - @submitCB = @save.bind(@) + @submitCB = (captcha) => + @save captcha if captcha @updateCount() haveCookie: ->