diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-08-28 23:56:18 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-08-28 23:56:18 +0200 |
commit | 0d3c378e10fb1f08cb5c9663edb04d9ee687837a (patch) | |
tree | 595d8c08124e015e15ecf894d899b96cd11d678a /view/tpl/comment_item.tpl | |
parent | 471031390cbb6c6b97bd01b811a0d8bb097dbc1e (diff) | |
download | volse-hubzilla-0d3c378e10fb1f08cb5c9663edb04d9ee687837a.tar.gz volse-hubzilla-0d3c378e10fb1f08cb5c9663edb04d9ee687837a.tar.bz2 volse-hubzilla-0d3c378e10fb1f08cb5c9663edb04d9ee687837a.zip |
remove obsolete class
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 e53c14024..62530c1de 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -18,7 +18,7 @@ {{$anon_extras}} </div> {{/if}} - <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text comment-edit-text-empty" placeholder="{{$comment}}" name="body" ondragenter="linkdropper(event);" ondragleave="linkdropexit(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" ></textarea> + <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text" placeholder="{{$comment}}" name="body" ondragenter="linkdropper(event);" ondragleave="linkdropexit(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" ></textarea> {{if $qcomment}} <select id="qcomment-select-{{$id}}" name="qcomment-{{$id}}" class="qcomment" onchange="qCommentInsert(this,{{$id}});" > <option value=""></option> |