try to make replies point to the clicked-on notice

darcs-hash:20081020170245-5ed1f-b84f63d9d9b589bd18f97924db547e348beb6647.gz
This commit is contained in:
Evan Prodromou
2008-10-20 13:02:45 -04:00
parent b2f0ad1ccc
commit f2e3021b59
4 changed files with 10 additions and 3 deletions

View File

@@ -1298,6 +1298,8 @@ function common_notice_form($action=NULL, $content=NULL) {
if ($action) {
common_hidden('returnto', $action);
}
# set by JavaScript
common_hidden('inreplyto', 'false');
common_element('input', array('id' => 'status_submit',
'name' => 'status_submit',
'type' => 'submit',