From c98f3ba8dda6cffa9c6587c4b60d038f7658185e Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 8 Jul 2021 07:56:10 -0700 Subject: [PATCH] Fix error reported in #3124. --- src/Posting/Captcha.t.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Posting/Captcha.t.coffee b/src/Posting/Captcha.t.coffee index 4485b58f1..af1c281a4 100644 --- a/src/Posting/Captcha.t.coffee +++ b/src/Posting/Captcha.t.coffee @@ -65,6 +65,7 @@ Captcha.t = response setUsed: -> + return unless @isEnabled if @nodes.container $.global -> window.TCaptcha.clearChallenge()