]> git.mxchange.org Git - friendica.git/blob - view/templates/display-head.tpl
f4d050eec23e7933b6ffb9c68d85bdb068fb4910
[friendica.git] / view / templates / display-head.tpl
1 <link href='{{$alternate}}' rel='alternate' type='application/atom+xml'>
2 <script>
3 $(document).ready(function() {
4         $(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl");
5         // make auto-complete work in more places
6         $(".wall-item-comment-wrapper textarea").editor_autocomplete(baseurl+"/acl");
7 });
8 </script>