From 7756773683b33ad4c8ccd8d1dc4b82104b2557f9 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 18 Sep 2018 19:52:10 -0700 Subject: missing autocomplete (e.g. mentions) in mod_photos comments --- view/js/mod_photos.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'view') 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(); }); -- cgit v1.2.3