diff --git a/src/Posting/Captcha.v1.coffee b/src/Posting/Captcha.v1.coffee index 33f53de3d..97531f878 100644 --- a/src/Posting/Captcha.v1.coffee +++ b/src/Posting/Captcha.v1.coffee @@ -127,7 +127,7 @@ Captcha.v1 = else challenge = @nodes.img.alt if response = @nodes.input.value - if Conf['Auto-load captcha'] then @reload() else @destroy() + @destroy() {challenge, response} save: ->