aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_pubstream.js
blob: 7e24a7f86869d603582931792cc4dcdcd896c5a1 (plain) (blame)
1
2
3
4
5
$(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");
});