X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=cb435cac0f81e4ed78d8e52bd92acedf2101ef8b;hb=d7be09f25c86e5644e2352f0e336a4ea75c30f53;hp=c3fe06478964a4b542dd4e0258505262bd0b8ff7;hpb=577105026674a86598fe83c9e2dae682525209e9;p=Sone.git 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");