mirror of
https://github.com/friendica/friendica
synced 2025-09-06 06:39:27 +02:00
remote comments working now
This commit is contained in:
parent
2a17c20fb8
commit
aff4f63ff8
8 changed files with 86 additions and 45 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue