]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
In reply to @id
authorsarven <csarven@plantard.controlezvous.ca>
Sat, 17 Jan 2009 03:03:53 +0000 (03:03 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Sat, 17 Jan 2009 03:03:53 +0000 (03:03 +0000)
js/util.js

index 35d69310bf6919f296eddad95a69b9563b0971da..6fe4770756a9601c30302f72ec4429914938d975 100644 (file)
@@ -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;
                }