diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-13 22:17:47 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-13 22:20:54 +0200 |
commit | e5d1dd111e7f625ea750efffcd3615ccd2689b5a (patch) | |
tree | ecbbec22cffbc81e2baaa1d662bd0bf4bd41640d /view/tpl | |
parent | 2c8a82713e828ae79374099c8de90dd584f9f4d1 (diff) | |
download | volse-hubzilla-e5d1dd111e7f625ea750efffcd3615ccd2689b5a.tar.gz volse-hubzilla-e5d1dd111e7f625ea750efffcd3615ccd2689b5a.tar.bz2 volse-hubzilla-e5d1dd111e7f625ea750efffcd3615ccd2689b5a.zip |
fix #480, enable bbcode autocomplete for photo comments and remove some redundant javascript
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/comment_item.tpl | 1 | ||||
-rwxr-xr-x | view/tpl/conv_item.tpl | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 74917d089..5920efafa 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -71,3 +71,4 @@ <div class="clear"></div> </form> </div> + <div id="comment-edit-preview-{{$id}}" class="comment-edit-preview"></div> diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 903a23eed..add80885b 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -225,7 +225,6 @@ <div class="wall-item-comment-wrapper{{if $item.children}} wall-item-comment-wrapper-wc{{/if}}" > {{$item.comment}} </div> - <div id="comment-edit-preview-{{$item.id}}" class="comment-edit-preview"></div> <div class="clear"></div> {{/if}} </div> |