8 lines
347 B
Smarty
8 lines
347 B
Smarty
{{if $alternate}}<link href='{{$alternate}}' rel='alternate' type='application/atom+xml'>{{/if}}
|
|
<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>
|