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