]> git.mxchange.org Git - friendica.git/blob - view/smarty3/contacts-head.tpl
6bb9aadbfcb457c04f6a265e8ff48f675830134f
[friendica.git] / view / smarty3 / contacts-head.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <script src="{{$baseurl}}/library/jquery_ac/friendica.complete.js" ></script>
7
8 <script>
9 $(document).ready(function() { 
10         var a; 
11         a = $("#contacts-search").autocomplete({ 
12                 serviceUrl: '{{$base}}/acl',
13                 minChars: 2,
14                 width: 350,
15         });
16         a.setOptions({ params: { type: 'a' }});
17
18 }); 
19
20 </script>
21