This commit is contained in:
maaa 2023-07-08 18:11:20 +02:00
parent f1300c1d56
commit e2e6787181
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
if (interval > 1) {
return Math.floor(interval) + " minutes ago";
}
return Math.floor(seconds) + " seconds";
return Math.floor(seconds) + " seconds ago";
}
timeStampElement = document.getElementById('timestamp_{{post["id"]}}')