From ce1e58d7011b724c640933a9385812dd3bf98a41 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 21 Oct 2015 10:40:45 -0700 Subject: [PATCH] Work around focus bug in newest Recaptcha. --- src/Posting/Captcha.fixes.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Posting/Captcha.fixes.coffee b/src/Posting/Captcha.fixes.coffee index c0c1df119..95947d2e3 100644 --- a/src/Posting/Captcha.fixes.coffee +++ b/src/Posting/Captcha.fixes.coffee @@ -52,6 +52,7 @@ Captcha.fixes = @fixImages() new MutationObserver(=> @fixImages()).observe d.body, {childList: true, subtree: true} $.on d, 'keydown', @keybinds.bind(@) + window.focus() initNoscript: -> @noscript = true