1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-10 20:28:26 +00:00
friendica-github/view/theme/frio/templates/nav_head.tpl
2016-06-11 09:58:26 +02:00

6 lines
125 B
Smarty

<script>
$(document).ready(function() {
$("#nav-search-input-field").search_autocomplete(baseurl + '/acl');
});
</script>