|
|
|
@@ -590,7 +590,7 @@ function getTime(UpdatedUnix,currentTime){ |
|
|
|
var days = Math.ceil(hours/24) |
|
|
|
if (days >= 30){ |
|
|
|
return Math.ceil(days/30) + getRepoOrOrg(8,isZh); |
|
|
|
}else if(dasy >= 365){ |
|
|
|
}else if(days >= 365){ |
|
|
|
return Math.ceil(days/365) + getRepoOrOrg(9,isZh); |
|
|
|
} |
|
|
|
return Math.ceil(hours/24) + getRepoOrOrg(7,isZh); |
|
|
|
|