From a576dcc9ec946c8c461989d832389349daa9fecc Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 10 Jul 2019 01:40:14 -0400 Subject: [PATCH] focus on text area for reply --- views/honkform.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/honkform.html b/views/honkform.html index 8e63a31..f310ac4 100644 --- a/views/honkform.html +++ b/views/honkform.html @@ -29,7 +29,7 @@ function showhonkform(elem, rid, hname) { ridinput.value = rid honknoise.value = "@" + hname + " " } - //document.getElementById("infobox").scrollIntoView() + document.getElementById("honknoise").focus() } function updatedonker() { var el = document.getElementById("donker")