From a7bbdfcdf7b1a339b878f245ae8f2874dcb72078 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 16 Apr 2015 20:36:55 -0700 Subject: [PATCH] Revert "Fix captcha stealing focus on completion." This reverts commit 3049a9993c95aaa173e5b9308960666a84fe6198. --- src/Posting/Captcha.v2.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Posting/Captcha.v2.coffee b/src/Posting/Captcha.v2.coffee index 3a280d6ec..02588d22b 100644 --- a/src/Posting/Captcha.v2.coffee +++ b/src/Posting/Captcha.v2.coffee @@ -26,7 +26,6 @@ Captcha.v2 = $.queueTask => @save false initFrame: -> - $.globalEval 'window.focus = function() {};' $.on window, 'focus', -> $.queueTask -> return unless d.hasFocus() and (checkbox = $.id 'recaptcha-anchor')