aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/display-head.tpl
blob: aaa105fa80334ad776e5bd0ea8622d799c65fb83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}<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>