]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/message-head.tpl
Separate default config values between file-only and admin settings
[friendica.git] / view / templates / message-head.tpl
index ffc6affa4d4d416cc366a127b89393b73c7f4c4b..3fabebc0d267941238c21c083b2e920dbfd41859 100644 (file)
@@ -1,22 +1,8 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-<script src="{{$baseurl}}/library/jquery_ac/friendica.complete.js" ></script>
 
-<script>$(document).ready(function() { 
-       var a; 
-       a = $("#recip").autocomplete({ 
-               serviceUrl: '{{$base}}/acl',
-               minChars: 2,
-               width: 350,
-               onSelect: function(value,data) {
-                       $("#recip-complete").val(data);
-               }                       
+<script>
+$(document).ready(function() {
+       $("#recip").name_autocomplete(baseurl + '/acl', 'm', false, function(data) {
+               $("#recip-complete").val(data.id);
        });
-
-}); 
-
+});
 </script>
-