aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_articles.js
blob: 8b31c0f52a5d89a27e0ad751049049a46f71bc32 (plain) (blame)
1
2
3
4
5
6
7
8
9
$(document).ready( function() {
	$(".autotime").timeago();

	/* autocomplete @nicknames */
	$(".comment-edit-form  textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
	/* autocomplete bbcode */
	$(".comment-edit-form  textarea").bbco_autocomplete('bbcode');

});