From f8b313ecb4fa674bdf4face68113706cdf689b49 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 23 Oct 2015 15:58:46 -0700 Subject: [PATCH] Update inBubble test for captcha changes. --- 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 1ddc5bf67..943e8137e 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -153,7 +153,7 @@ QR = $.off d, 'scroll', QR.scrollLock inBubble: -> - bubbles = $$ '.goog-bubble-content > iframe' + bubbles = $$ 'iframe[src^="https://www.google.com/recaptcha/api2/frame"]' d.activeElement in bubbles or bubbles.some((el) -> el.getBoundingClientRect().bottom > 0) inCaptcha: ->