From 77aa3689eaa23e3211e33f8e9af4652c4b05672c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 11 Dec 2014 07:59:26 -0800 Subject: [PATCH] Typing in cleared post should re-setup captcha. --- src/Posting/QR.captcha.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Posting/QR.captcha.coffee b/src/Posting/QR.captcha.coffee index bffded378..1d056bd6f 100644 --- a/src/Posting/QR.captcha.coffee +++ b/src/Posting/QR.captcha.coffee @@ -34,6 +34,7 @@ QR.captcha = onPostChange: -> @setup() if @postsCount is 0 + @postsCount = 0 if QR.posts.length is 1 and !Conf['Auto-load captcha'] and !QR.posts[0].com and !QR.posts[0].file toggle: -> if @nodes.container and !@timeouts.destroy