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