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