In reply to @id

This commit is contained in:
sarven 2009-01-17 03:03:53 +00:00
parent ba18deeee5
commit 102028fb48

View File

@ -179,7 +179,7 @@ function doreply(nick,id) {
replyto = "@" + nick + " "; replyto = "@" + nick + " ";
if ($("#notice_data-text").length) { if ($("#notice_data-text").length) {
$("#notice_data-text").val(replyto); $("#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(); $("#notice_data-text").focus();
return false; return false;
} }