try another tack
darcs-hash:20080709072429-84dde-86bd168e5d70b84cc471c74e349bd4e9a3ba0a70.gz
This commit is contained in:
parent
279cb255c8
commit
d31624629e
@ -26,7 +26,7 @@ function doreply(nick) {
|
|||||||
if (nick.match(rgx_username)) {
|
if (nick.match(rgx_username)) {
|
||||||
replyto = "@" + nick + " ";
|
replyto = "@" + nick + " ";
|
||||||
if ($("#status_textarea")) {
|
if ($("#status_textarea")) {
|
||||||
$("#status_textarea").value=replyto;
|
$("#status_textarea").val(replyto);
|
||||||
$("#status_textarea").focus();
|
$("#status_textarea").focus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user