note length of time
This commit is contained in:
parent
5dfe25ed95
commit
60f85144a9
|
@ -39,7 +39,7 @@ exports.AGO = function timeago(ms) {
|
||||||
return part + " months ago";
|
return part + " months ago";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ago < 315360000) {
|
if (ago < 315360000) { // 10 years
|
||||||
return "more than year ago";
|
return "more than year ago";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue