aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_photos.js
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-09-18 23:18:59 -0700
committerzotlabs <mike@macgirvin.com>2018-09-18 23:18:59 -0700
commit98bc1ed600639a8edff78795d8e71019d9dddd18 (patch)
treed882a60f881b24f605d86d5e1ed74a26db54cbfe /view/js/mod_photos.js
parent7756773683b33ad4c8ccd8d1dc4b82104b2557f9 (diff)
downloadvolse-hubzilla-98bc1ed600639a8edff78795d8e71019d9dddd18.tar.gz
volse-hubzilla-98bc1ed600639a8edff78795d8e71019d9dddd18.tar.bz2
volse-hubzilla-98bc1ed600639a8edff78795d8e71019d9dddd18.zip
this was needed
Diffstat (limited to 'view/js/mod_photos.js')
-rw-r--r--view/js/mod_photos.js2
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();
});