more specific selector for updating replies
darcs-hash:20081020172117-5ed1f-29177ae6f4439707b20732cccb83ef12f8478f85.gz
This commit is contained in:
parent
613b75e7b7
commit
1e63fd4a34
|
@ -97,10 +97,8 @@ function doreply(nick,id) {
|
||||||
$("#status_textarea").focus();
|
$("#status_textarea").focus();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (id) {
|
|
||||||
$("#inreplyto").val(id);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
$("form#status_form input#inreplyto").val(id);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user