missing autocomplete (e.g. mentions) in mod_photos comments

This commit is contained in:
zotlabs 2018-09-18 19:52:10 -07:00
parent dfdf11d461
commit 7756773683

View File

@ -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();
});