diff options
author | marijus <mario@mariovavti.com> | 2014-05-24 17:50:09 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-05-24 17:50:09 +0200 |
commit | bf88720fae18f0ffc2824cf94c262e5dc9c907ec (patch) | |
tree | af0c36ebdc6d8d1daf61d3a2ee1c3207d35df5ce /view/tpl/comment_item.tpl | |
parent | 1879a8b747fb7d170d11700310a9384084b7caee (diff) | |
download | volse-hubzilla-bf88720fae18f0ffc2824cf94c262e5dc9c907ec.tar.gz volse-hubzilla-bf88720fae18f0ffc2824cf94c262e5dc9c907ec.tar.bz2 volse-hubzilla-bf88720fae18f0ffc2824cf94c262e5dc9c907ec.zip |
possible fix for empty commentbox colapsing on tool-button click
Diffstat (limited to 'view/tpl/comment_item.tpl')
-rwxr-xr-x | view/tpl/comment_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 121cf0995..7d7b22f74 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="commentOpen(this,{{$id}});" onBlur="commentCloseRed(this,{{$id}});" >{{$comment}}</textarea> {{if $qcomment}} <select id="qcomment-select-{{$id}}" name="qcomment-{{$id}}" class="qcomment" onchange="qCommentInsert(this,{{$id}});" > <option value=""></option> |