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