mirror of
https://github.com/friendica/friendica
synced 2024-11-17 23:43:40 +00:00
8 lines
323 B
Smarty
8 lines
323 B
Smarty
<link href='{{$alternate}}' rel='alternate' type='application/atom+xml'>
|
|
<script>
|
|
$(document).ready(function() {
|
|
$(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl");
|
|
// make auto-complete work in more places
|
|
$(".wall-item-comment-wrapper textarea").editor_autocomplete(baseurl+"/acl");
|
|
});
|
|
</script>
|