streams/view/tpl/display-head.tpl
2013-07-16 18:08:26 +01:00

8 lines
253 B
Smarty
Executable file

<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>