2017-06-06 23:56:25 +02:00
|
|
|
{{if $alternate}}<link href='{{$alternate}}' rel='alternate' type='application/atom+xml'>{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
<script>
|
|
|
|
$(document).ready(function() {
|
2016-01-19 18:11:40 +01:00
|
|
|
$(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl");
|
2013-04-23 13:47:57 +02:00
|
|
|
// make auto-complete work in more places
|
2016-01-19 18:11:40 +01:00
|
|
|
$(".wall-item-comment-wrapper textarea").editor_autocomplete(baseurl+"/acl");
|
2013-04-23 13:47:57 +02:00
|
|
|
});
|
|
|
|
</script>
|