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')