timeago() works best with iso format. fix #118
This commit is contained in:
@@ -1156,7 +1156,6 @@ $(document).ready(function() {
|
||||
numbers : aStr['t17'],
|
||||
};
|
||||
|
||||
$(".autotime").timeago();
|
||||
$("#toc").toc();
|
||||
});
|
||||
|
||||
|
@@ -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