]> git.mxchange.org Git - friendica.git/blob - view/templates/display-head.tpl
removed old comment that is no longer true
[friendica.git] / view / templates / display-head.tpl
1
2 <script>
3 $(document).ready(function() {
4         $(".comment-edit-wrapper textarea").contact_autocomplete(baseurl+"/acl");
5         // make auto-complete work in more places
6         $(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl");
7 });
8 </script>
9