2014-09-05 18:14:25 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
<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>
|
|
|
|
|