1
0
Fork 0

Issue 2864: Add a "alternate" link on display page

This commit is contained in:
Michael 2017-06-06 17:56:22 +00:00
commit 932e14971f
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
<link href='{{$alternate}}' rel='alternate' type='application/atom+xml'>
<script>
$(document).ready(function() {
$(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl");
@ -6,4 +6,3 @@ $(document).ready(function() {
$(".wall-item-comment-wrapper textarea").editor_autocomplete(baseurl+"/acl");
});
</script>