aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();
});