focus on text area for reply
This commit is contained in:
parent
7b6321302a
commit
a576dcc9ec
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ function showhonkform(elem, rid, hname) {
|
||||||
ridinput.value = rid
|
ridinput.value = rid
|
||||||
honknoise.value = "@" + hname + " "
|
honknoise.value = "@" + hname + " "
|
||||||
}
|
}
|
||||||
//document.getElementById("infobox").scrollIntoView()
|
document.getElementById("honknoise").focus()
|
||||||
}
|
}
|
||||||
function updatedonker() {
|
function updatedonker() {
|
||||||
var el = document.getElementById("donker")
|
var el = document.getElementById("donker")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue