]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/display-head.tpl
Merge pull request #5277 from annando/native-pdo
[friendica.git] / view / templates / display-head.tpl
index 7750b655e05b15558103eaa5186e9cbe4ce19957..b0f0a828e717e49fce08d9ff6f049de7dec66b28 100644 (file)
@@ -1,13 +1,13 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+{{if $alternate}}
+<link href='{{$alternate}}' rel='alternate' type='application/atom+xml'>
+{{/if}}
+{{if $conversation}}
+<link href='{{$conversation}}' rel='conversation' type='application/atom+xml'>
+{{/if}}
 <script>
 $(document).ready(function() {
-       $(".comment-edit-wrapper textarea").contact_autocomplete(baseurl+"/acl");
+       $(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl");
        // make auto-complete work in more places
-       $(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl");
+       $(".wall-item-comment-wrapper textarea").editor_autocomplete(baseurl+"/acl");
 });
 </script>
-