forked from GNUsocial/gnu-social
move update of replyto value to correct area
darcs-hash:20081020172549-5ed1f-9ae91cf6d0af250275921b48831999269fd8d3dd.gz
This commit is contained in:
parent
60f43d0da9
commit
b43af6ad53
@ -94,11 +94,11 @@ function doreply(nick,id) {
|
||||
replyto = "@" + nick + " ";
|
||||
if ($("#status_textarea").length) {
|
||||
$("#status_textarea").val(replyto);
|
||||
$("form#status_form input#inreplyto").val(id);
|
||||
$("#status_textarea").focus();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
$("form#status_form input#inreplyto").value = id;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user