diff --git a/src/Posting/Captcha.v2.coffee b/src/Posting/Captcha.v2.coffee index cbe1cc34c..98726a8db 100644 --- a/src/Posting/Captcha.v2.coffee +++ b/src/Posting/Captcha.v2.coffee @@ -59,7 +59,7 @@ Captcha.v2 = return @reload() if @nodes.container - if @shouldFocus and iframe = $ 'textarea', @nodes.container + if @shouldFocus and iframe = $ 'iframe', @nodes.container iframe.focus() delete @shouldFocus return