]> git.mxchange.org Git - friendica.git/blob - view/templates/contacts-head.tpl
api: fix `friendica/notification/seen` api call
[friendica.git] / view / templates / contacts-head.tpl
1
2 <script>
3 $(document).ready(function() {
4         $("#contacts-search").contact_autocomplete(baseurl + '/acl', 'a', true);
5 });
6 </script>
7