]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/message-head.tpl
issue 12515
[friendica.git] / view / templates / message-head.tpl
index ffc6affa4d4d416cc366a127b89393b73c7f4c4b..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,22 +0,0 @@
-{{*
- *     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>
-