focus on text area for reply

This commit is contained in:
Ted Unangst 2019-07-10 01:40:14 -04:00
parent 7b6321302a
commit a576dcc9ec
1 changed files with 1 additions and 1 deletions

View File

@ -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")