mirror of
https://github.com/friendica/friendica
synced 2024-11-10 15:42:54 +00:00
6 lines
125 B
Smarty
6 lines
125 B
Smarty
|
|
<script>
|
|
$(document).ready(function() {
|
|
$("#nav-search-input-field").search_autocomplete(baseurl + '/acl');
|
|
});
|
|
</script>
|