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