From ef72d3b78310e30e639be30b4b154e18ca0c3d06 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 15 Nov 2015 22:32:37 -0800 Subject: [PATCH] Revert "Work around focus bug in newest Recaptcha." This reverts commit ce1e58d7011b724c640933a9385812dd3bf98a41. --- src/Posting/Captcha.fixes.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Posting/Captcha.fixes.coffee b/src/Posting/Captcha.fixes.coffee index 95947d2e3..c0c1df119 100644 --- a/src/Posting/Captcha.fixes.coffee +++ b/src/Posting/Captcha.fixes.coffee @@ -52,7 +52,6 @@ Captcha.fixes = @fixImages() new MutationObserver(=> @fixImages()).observe d.body, {childList: true, subtree: true} $.on d, 'keydown', @keybinds.bind(@) - window.focus() initNoscript: -> @noscript = true