timeago() works best with iso format. fix #118
This commit is contained in:
@@ -2,4 +2,5 @@ $(document).ready(function() {
|
||||
$("#recip").name_autocomplete(baseurl + '/acl', '', false, function(data) {
|
||||
$("#recip-complete").val(data.xid);
|
||||
});
|
||||
$(".autotime").timeago()
|
||||
});
|
||||
|
Reference in New Issue
Block a user