]> git.mxchange.org Git - friendica.git/blob - view/templates/message-head.tpl
FR: update to the strings
[friendica.git] / view / templates / message-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>$(document).ready(function() { 
9         var a; 
10         a = $("#recip").autocomplete({ 
11                 serviceUrl: '{{$base}}/acl',
12                 minChars: 2,
13                 width: 350,
14                 onSelect: function(value,data) {
15                         $("#recip-complete").val(data);
16                 }                       
17         });
18
19 }); 
20
21 </script>
22