In reply to @id
This commit is contained in:
parent
ba18deeee5
commit
102028fb48
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user