From 38dbb55fd32e1f43c0cec634e61a69d880ef0435 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 28 Apr 2014 23:02:46 -0700 Subject: [PATCH] Recaptcha.reload("t") no longer works --- src/Posting/QR.captcha.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Posting/QR.captcha.coffee b/src/Posting/QR.captcha.coffee index a90c44101..81c25413e 100644 --- a/src/Posting/QR.captcha.coffee +++ b/src/Posting/QR.captcha.coffee @@ -130,8 +130,8 @@ QR.captcha = @nodes.input.alt = count # For XTRM RICE. reload: (focus) -> - # the 't' argument prevents the input from being focused - $.globalEval 'Recaptcha.reload("t")' + # Hack to prevent the input from being focused + $.globalEval 'Recaptcha.reload(); Recaptcha.should_focus = false;' # Focus if we meant to. @nodes.input.focus() if focus