fart
This commit is contained in:
parent
f1300c1d56
commit
e2e6787181
|
@ -82,7 +82,7 @@
|
||||||
if (interval > 1) {
|
if (interval > 1) {
|
||||||
return Math.floor(interval) + " minutes ago";
|
return Math.floor(interval) + " minutes ago";
|
||||||
}
|
}
|
||||||
return Math.floor(seconds) + " seconds";
|
return Math.floor(seconds) + " seconds ago";
|
||||||
}
|
}
|
||||||
|
|
||||||
timeStampElement = document.getElementById('timestamp_{{post["id"]}}')
|
timeStampElement = document.getElementById('timestamp_{{post["id"]}}')
|
||||||
|
|
Reference in New Issue