]> git.mxchange.org Git - friendica.git/blob - view/smarty3/message-head.tpl
Merge pull request #552 from annando/master
[friendica.git] / view / smarty3 / message-head.tpl
1 <script src="{{$baseurl}}/library/jquery_ac/friendica.complete.js" ></script>
2
3 <script>$(document).ready(function() { 
4         var a; 
5         a = $("#recip").autocomplete({ 
6                 serviceUrl: '{{$base}}/acl',
7                 minChars: 2,
8                 width: 350,
9                 onSelect: function(value,data) {
10                         $("#recip-complete").val(data);
11                 }                       
12         });
13
14 }); 
15
16 </script>
17