diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-17 19:26:00 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-17 19:26:00 -0700 |
commit | aff4f63ff8e005bb3ce1d726405fd6d5d2dcfa60 (patch) | |
tree | 37637e69e138ed247d2cbf194481324b39317d2c /view/comment_item.tpl | |
parent | 2a17c20fb8e910aeb814ab999cf9131478dd2b03 (diff) | |
download | volse-hubzilla-aff4f63ff8e005bb3ce1d726405fd6d5d2dcfa60.tar.gz volse-hubzilla-aff4f63ff8e005bb3ce1d726405fd6d5d2dcfa60.tar.bz2 volse-hubzilla-aff4f63ff8e005bb3ce1d726405fd6d5d2dcfa60.zip |
remote comments working now
Diffstat (limited to 'view/comment_item.tpl')
-rw-r--r-- | view/comment_item.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/comment_item.tpl b/view/comment_item.tpl index 530244e8e..b91be5ab5 100644 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl @@ -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> |