diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 03:03:53 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 03:03:53 +0000 |
commit | 102028fb4813a27957efeb6fdd5bc7bfc46a03f0 (patch) | |
tree | b29cf57e9f6c10d58a95b074ba7a84245985ad32 /js/util.js | |
parent | ba18deeee52f99067a453c45ce04d72892af985d (diff) |
In reply to @id
Diffstat (limited to 'js/util.js')
-rw-r--r-- | js/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.js b/js/util.js index 35d69310b..6fe477075 100644 --- a/js/util.js +++ b/js/util.js @@ -179,7 +179,7 @@ function doreply(nick,id) { replyto = "@" + nick + " "; if ($("#notice_data-text").length) { $("#notice_data-text").val(replyto); - $("form#form_notice input#inreplyto").val(id); + $("#form_notice input#notice_in-reply-to").val(id); $("#notice_data-text").focus(); return false; } |