diff options
author | zotlabs <mike@macgirvin.com> | 2018-09-18 23:18:59 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-09-18 23:18:59 -0700 |
commit | 98bc1ed600639a8edff78795d8e71019d9dddd18 (patch) | |
tree | d882a60f881b24f605d86d5e1ed74a26db54cbfe /view | |
parent | 7756773683b33ad4c8ccd8d1dc4b82104b2557f9 (diff) | |
download | volse-hubzilla-98bc1ed600639a8edff78795d8e71019d9dddd18.tar.gz volse-hubzilla-98bc1ed600639a8edff78795d8e71019d9dddd18.tar.bz2 volse-hubzilla-98bc1ed600639a8edff78795d8e71019d9dddd18.zip |
this was needed
Diffstat (limited to 'view')
-rw-r--r-- | view/js/mod_photos.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js index e2c5f4e09..af675e31c 100644 --- a/view/js/mod_photos.js +++ b/view/js/mod_photos.js @@ -13,7 +13,7 @@ $(document).ready(function() { }); $(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl?f=&n=1"); -// $('textarea').bbco_autocomplete('bbcode'); + $('textarea').bbco_autocomplete('bbcode'); showHideBodyTextarea(); }); |