2013-01-11 11:57:11 -05:00
|
|
|
{{*
|
|
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
|
|
*
|
2013-01-11 12:00:10 -05:00
|
|
|
*}}
|
|
|
|
<script>
|
2012-12-22 14:57:29 -05:00
|
|
|
$(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>
|
|
|
|
|