mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
- Move Core\ACL::contactAutocomplete to Module\Search\Acl - Rename module path to /search/acl
7 lines
137 B
Smarty
7 lines
137 B
Smarty
|
|
<script>
|
|
$(document).ready(function() {
|
|
$("#contacts-search").contact_autocomplete(baseurl + '/search/acl', 'a', true);
|
|
});
|
|
</script>
|
|
|