aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/display-head.tpl
blob: 007d33fe800e4f43385f910a7b70d1639fdbdf5f (plain) (tree)
1
2
3
4
5
6
7
8

                              
                                                                                        
                                                 
                                                                                             


         
<script>
$(document).ready(function() {
	$(".comment-edit-wrapper textarea").contact_autocomplete(baseurl+"/acl?f=&n=1");
	// make auto-complete work in more places
	$(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl?f=&n=1");
});
</script>