From: David ‘Bombe’ Roden Date: Mon, 18 Oct 2010 09:27:27 +0000 (+0200) Subject: Request the focus for the correct element. X-Git-Tag: 0.1-RC1~247 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=d7be09f25c86e5644e2352f0e336a4ea75c30f53;p=Sone.git Request the focus for the correct element. --- 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");