From: sarven Date: Sat, 17 Jan 2009 03:03:53 +0000 (+0000) Subject: In reply to @id X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=102028fb4813a27957efeb6fdd5bc7bfc46a03f0;p=quix0rs-gnu-social.git In reply to @id --- 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; }