aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/display-head.tpl
blob: 913784d987b5fc9f9385432be299a257bdb0ef81 (plain) (blame)
1
2
3
4
5
6
7
8
<script>
$(document).ready(function() {
	$(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
	// make auto-complete work in more places
	$(".wall-item-comment-wrapper textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
});
</script>