From d7be09f25c86e5644e2352f0e336a4ea75c30f53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 18 Oct 2010 11:27:27 +0200 Subject: [PATCH] Request the focus for the correct element. --- src/main/resources/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index c3fe064..cb435ca 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -23,7 +23,7 @@ replyElement.removeClass("light"); }); })(replyElement); - replyElement.find("input.create-reply").focus(); + replyElement.find("input.reply-input").focus(); }); })(postId); $(this).find(".create-reply").addClass("hidden"); -- 2.7.4