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

@ -12,7 +12,8 @@ $(document).ready(function() {
$("#photo-edit-newtag").val('@' + data.name); $("#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(); showHideBodyTextarea();
}); });