From c270ee8def8d4a66973d06c28de36641082d5018 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 20 Nov 2015 11:30:00 -0800 Subject: [PATCH] Revert making post submission focus captcha if more were needed and focus was on body. It was a bad idea. What we really need is to focus on captcha at the moment autodumping is started if more captchas are needed, but #222 will need to be fixed first. --- src/Posting/QR.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index f2a7ce495..af357ef2c 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -815,7 +815,7 @@ QR = QR.close() else post.rm() - QR.captcha.setup true + QR.captcha.setup(d.activeElement is QR.nodes.status) QR.cooldown.add threadID, postID