aboutsummaryrefslogblamecommitdiffstats
path: root/view/js/mod_mail.js
blob: 46574a63d3f84c1bf9df2b6df86e96525e954e87 (plain) (tree)
1
2
3
4
5
6
7
                               
                                                                                    
                                                   
           
                                
                                                       
    
$(document).ready(function() { 
	$("#recip").name_autocomplete(baseurl + '/acl', 'm', false, function(data) {
		$("#recip-complete").val(data.xid);
	});
	$(".autotime").timeago()
	$('#prvmail-text').bbco_autocomplete('bbcode');
});