From 9c5d9ec15f3153bc309e84efc81dbe11c65d5675 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 9 May 2015 18:43:56 -0700 Subject: [PATCH] Don't try to focus on captcha if already in captcha bubble. --- src/Posting/Captcha.v2.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Posting/Captcha.v2.coffee b/src/Posting/Captcha.v2.coffee index c9095dbab..00b8849e8 100644 --- a/src/Posting/Captcha.v2.coffee +++ b/src/Posting/Captcha.v2.coffee @@ -51,7 +51,7 @@ Captcha.v2 = setup: (focus, force) -> return unless @isEnabled and (@needed() or force) - @shouldFocus = true if focus + @shouldFocus = true if focus and not QR.inBubble() if @timeouts.destroy clearTimeout @timeouts.destroy delete @timeouts.destroy