try another tack

darcs-hash:20080709072429-84dde-86bd168e5d70b84cc471c74e349bd4e9a3ba0a70.gz
This commit is contained in:
Evan Prodromou 2008-07-09 03:24:29 -04:00
parent 279cb255c8
commit d31624629e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ function doreply(nick) {
if (nick.match(rgx_username)) {
replyto = "@" + nick + " ";
if ($("#status_textarea")) {
$("#status_textarea").value=replyto;
$("#status_textarea").val(replyto);
$("#status_textarea").focus();
}
}