1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-10 05:08:27 +00:00
friendica-github/view/templates/display-head.tpl

9 lines
254 B
Smarty

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