From a9e7240547e09cebf56098c678f51151e0fa50a0 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 21 Dec 2014 15:49:16 -0800 Subject: [PATCH] Minor fix. --- src/Posting/Captcha.v2.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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