diff --git a/src/Posting/Captcha.fixes.coffee b/src/Posting/Captcha.fixes.coffee index 868da4785..a9e8bae47 100644 --- a/src/Posting/Captcha.fixes.coffee +++ b/src/Posting/Captcha.fixes.coffee @@ -31,6 +31,7 @@ Captcha.fixes = focusImage: (img) -> # XXX Image is not focusable at first in Firefox; to be refactored when I figure out why. $.asap -> + return true unless doc.contains img img.focus() - d.activeElement is img or not doc.contains img + d.activeElement is img , ->