mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
7 lines
130 B
Smarty
7 lines
130 B
Smarty
|
|
<script>
|
|
$(document).ready(function() {
|
|
$("#contacts-search").contact_autocomplete(baseurl + '/acl', 'a', true);
|
|
});
|
|
</script>
|
|
|