aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/comment_item.tpl
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-05-25 07:46:42 +1000
committerRedMatrix <info@friendica.com>2014-05-25 07:46:42 +1000
commite6015e71697bb700aab5e5165f9d66a8cbfcab7a (patch)
tree7120287e1937ce45fd788ca003732e10974da1ce /view/tpl/comment_item.tpl
parent1879a8b747fb7d170d11700310a9384084b7caee (diff)
parent2bdecdce17057e4464f54918ad17d48071006161 (diff)
downloadvolse-hubzilla-e6015e71697bb700aab5e5165f9d66a8cbfcab7a.tar.gz
volse-hubzilla-e6015e71697bb700aab5e5165f9d66a8cbfcab7a.tar.bz2
volse-hubzilla-e6015e71697bb700aab5e5165f9d66a8cbfcab7a.zip
Merge pull request #473 from git-marijus/master
possible fix for empty commentbox collapsing on tool-button click
Diffstat (limited to 'view/tpl/comment_item.tpl')
-rwxr-xr-xview/tpl/comment_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl
index 121cf0995..0b89bb16a 100755
--- a/view/tpl/comment_item.tpl
+++ b/view/tpl/comment_item.tpl
@@ -10,7 +10,7 @@
<input type="hidden" name="return" value="{{$return_path}}" />
<input type="hidden" name="jsreload" value="{{$jsreload}}" />
<input type="hidden" name="preview" id="comment-preview-inp-{{$id}}" value="0" />
- <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,{{$id}});" onBlur="commentClose(this,{{$id}});" >{{$comment}}</textarea>
+ <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpenRedbasic(this,{{$id}});" onBlur="commentCloseRedbasic(this,{{$id}});" >{{$comment}}</textarea>
{{if $qcomment}}
<select id="qcomment-select-{{$id}}" name="qcomment-{{$id}}" class="qcomment" onchange="qCommentInsert(this,{{$id}});" >
<option value=""></option>