aboutsummaryrefslogblamecommitdiffstats
path: root/view/js/mod_display.js
blob: 60a1cdaa84797ca24a140a4410879bb9ae0778e3 (plain) (tree)
1
2
3
4
5
6
7






                                                                                            
<script>
$(document).ready(function() {
	$(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
	// make auto-complete work in more places
	$(".wall-item-comment-wrapper textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
});
</script>