mirror of
https://github.com/friendica/friendica
synced 2024-11-10 11:02:53 +00:00
7 lines
130 B
Smarty
7 lines
130 B
Smarty
|
|
<script>
|
|
$(document).ready(function() {
|
|
$("#contacts-search").contact_autocomplete(baseurl + '/acl', 'a', true);
|
|
});
|
|
</script>
|
|
|