From 102028fb4813a27957efeb6fdd5bc7bfc46a03f0 Mon Sep 17 00:00:00 2001 From: sarven Date: Sat, 17 Jan 2009 03:03:53 +0000 Subject: [PATCH] In reply to @id --- js/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/util.js b/js/util.js index 35d69310bf..6fe4770756 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; }