summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-17 03:03:53 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-17 03:03:53 +0000
commit102028fb4813a27957efeb6fdd5bc7bfc46a03f0 (patch)
treeb29cf57e9f6c10d58a95b074ba7a84245985ad32 /js
parentba18deeee52f99067a453c45ce04d72892af985d (diff)
In reply to @id
Diffstat (limited to 'js')
-rw-r--r--js/util.js2
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;
}