]> git.mxchange.org Git - friendica.git/blob - view/templates/display-head.tpl
dda816214624576873eadf3d00389cc0f9ffd579
[friendica.git] / view / templates / display-head.tpl
1 {{if $alternate}}<link href='{{$alternate}}' rel='alternate' type='application/atom+xml'>{{/if}}
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>