fix just found time label

This commit is contained in:
Jethro Grassie 2020-01-19 04:50:14 -05:00
parent d80390c0fb
commit ee690126d7
No known key found for this signature in database
GPG Key ID: DE8ED755616565BB
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@
var v;
if (last == 0)
return "None yet";
else if (diff <= 0)
return "Just now";
else if (diff < 60)
{
v = parseInt(diff);