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