]> git.mxchange.org Git - friendica.git/blob - view/smarty3/contacts-head.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / contacts-head.tpl
1
2 <script src="{{$baseurl}}/library/jquery_ac/friendica.complete.js" ></script>
3
4 <script>
5 $(document).ready(function() { 
6         var a; 
7         a = $("#contacts-search").autocomplete({ 
8                 serviceUrl: '{{$base}}/acl',
9                 minChars: 2,
10                 width: 350,
11         });
12         a.setOptions({ params: { type: 'a' }});
13
14 }); 
15
16 </script>
17