aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_cards.js
blob: 5ebe46aa083a0676be28d223bc813583d66d69de (plain) (blame)
1
2
3
4
5
6
7
8
9
$(document).ready( function() {
	updateRelativeTime('.autotime');

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

});