]> git.mxchange.org Git - friendica.git/blob - view/message-head.tpl
91c322fda43b0b3629fb536352f1db195e6763bf
[friendica.git] / view / 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