]> git.mxchange.org Git - friendica.git/blob - view/smarty3/display-head.tpl
Merge pull request #579 from 23n/patch-4
[friendica.git] / view / smarty3 / 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