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:17:47 +0200 |
commit | 1b90e851f9e53924923d7110591caf50085236c2 (patch) | |
tree | a5f328705a1f0d77c01ea53006cb7d8d9e6e8bff /view/tpl/comment_item.tpl | |
parent | 165f442d70d5ef3e025f72ba38f5a423d1245736 (diff) | |
download | volse-hubzilla-1b90e851f9e53924923d7110591caf50085236c2.tar.gz volse-hubzilla-1b90e851f9e53924923d7110591caf50085236c2.tar.bz2 volse-hubzilla-1b90e851f9e53924923d7110591caf50085236c2.zip |
fix #480, enable bbcode autocomplete for photo comments and remove some redundant javascript
Diffstat (limited to 'view/tpl/comment_item.tpl')
-rwxr-xr-x | view/tpl/comment_item.tpl | 1 |
1 files changed, 1 insertions, 0 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> |