forked from GNUsocial/gnu-social
more value updates
darcs-hash:20081020172305-5ed1f-8d2d9ba64faa0e12ac14fc7c92f0dcdd283f48fc.gz
This commit is contained in:
parent
1e63fd4a34
commit
60f43d0da9
@ -98,7 +98,7 @@ function doreply(nick,id) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
$("form#status_form input#inreplyto").val(id);
|
||||
$("form#status_form input#inreplyto").value = id;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user