diff options
author | Friendika <info@friendika.com> | 2011-02-16 21:17:49 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-16 21:17:49 -0800 |
commit | 4bff52990e5f340cf879abf7c1cdaea7ee928d74 (patch) | |
tree | 6b97ae3fe0430f3c94565692cc97da81f0065de8 /view/comment_item.tpl | |
parent | c397a2f89bf3c2c609852f5bfc618c1d0cb0b709 (diff) | |
download | volse-hubzilla-4bff52990e5f340cf879abf7c1cdaea7ee928d74.tar.gz volse-hubzilla-4bff52990e5f340cf879abf7c1cdaea7ee928d74.tar.bz2 volse-hubzilla-4bff52990e5f340cf879abf7c1cdaea7ee928d74.zip |
ajax reload fixes
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 885d735ed..dabbd6e87 100644 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl @@ -4,6 +4,7 @@ <input type="hidden" name="profile_uid" value="$profile_uid" /> <input type="hidden" name="parent" value="$parent" /> <input type="hidden" name="return" value="$return_path" /> + <input type="hidden" name="jsreload" value="$jsreload" /> <div class="comment-edit-photo" id="comment-edit-photo-$id" > <a class="comment-edit-photo-link" href="$mylink" title="$mytitle"><img class="my-comment-photo" src="$myphoto" alt="$mytitle" title="$mytitle" /></a> |