remote comments working now

This commit is contained in:
Mike Macgirvin 2010-07-17 19:26:00 -07:00
commit aff4f63ff8
8 changed files with 86 additions and 45 deletions

View file

@ -5,6 +5,7 @@
<input type="hidden" name="type" value="wall-comment" />
<input type="hidden" name="profile_uid" value="$profile_uid" />
<input type="hidden" name="parent" value="$parent" />
<input type="hidden" name="return" value="$return_path" />
<textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);" onBlur="commentClose(this,$id);" >Comment</textarea>