]> git.mxchange.org Git - friendica.git/blob - view/display-head.tpl
Diabook - move pause icon.
[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