diff options
Diffstat (limited to 'view/tpl/display-head.tpl')
-rw-r--r-- | view/tpl/display-head.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/tpl/display-head.tpl b/view/tpl/display-head.tpl new file mode 100644 index 000000000..3d4e7e96a --- /dev/null +++ b/view/tpl/display-head.tpl @@ -0,0 +1,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> + |