diff options
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/mod_photos.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js index bf926c692..e2c5f4e09 100644 --- a/view/js/mod_photos.js +++ b/view/js/mod_photos.js @@ -11,8 +11,9 @@ $(document).ready(function() { $("#photo-edit-newtag").contact_autocomplete(baseurl + '/acl', 'a', false, function(data) { $("#photo-edit-newtag").val('@' + data.name); }); - - $('textarea').bbco_autocomplete('bbcode'); + + $(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl?f=&n=1"); +// $('textarea').bbco_autocomplete('bbcode'); showHideBodyTextarea(); }); |