From e2e678718196fa8cdb820ec18f758d13d71135bc Mon Sep 17 00:00:00 2001 From: maaa Date: Sat, 8 Jul 2023 18:11:20 +0200 Subject: [PATCH] fart --- templates/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/main.html b/templates/main.html index 13b7582..d02dd55 100644 --- a/templates/main.html +++ b/templates/main.html @@ -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"]}}')