friendica/view/templates/display-head.tpl

10 lines
252 B
Smarty
Raw Normal View History

2013-04-23 07:47:57 -04:00
<script>
$(document).ready(function() {
2016-01-19 12:11:40 -05:00
$(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl");
2013-04-23 07:47:57 -04:00
// make auto-complete work in more places
2016-01-19 12:11:40 -05:00
$(".wall-item-comment-wrapper textarea").editor_autocomplete(baseurl+"/acl");
2013-04-23 07:47:57 -04:00
});
</script>