missing autocomplete (e.g. mentions) in mod_photos comments
This commit is contained in:
parent
dfdf11d461
commit
7756773683
@ -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();
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user