mirror of
https://github.com/friendica/friendica
synced 2025-04-23 13:50:11 +00:00
Move /acl module to src/
- Move Core\ACL::contactAutocomplete to Module\Search\Acl - Rename module path to /search/acl
This commit is contained in:
parent
c5563e5e78
commit
8f20e2054b
21 changed files with 396 additions and 378 deletions
|
@ -466,7 +466,7 @@ function updateConvItems(data) {
|
|||
$('body').css('cursor', 'auto');
|
||||
}
|
||||
/* autocomplete @nicknames */
|
||||
$(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl");
|
||||
$(".comment-edit-form textarea").editor_autocomplete(baseurl + '/search/acl');
|
||||
/* autocomplete bbcode */
|
||||
$(".comment-edit-form textarea").bbco_autocomplete('bbcode');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue