aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/js/timeago.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/js/timeago.ts b/static/js/timeago.ts
index 10206e3..edb3e9d 100644
--- a/static/js/timeago.ts
+++ b/static/js/timeago.ts
@@ -81,6 +81,10 @@
const substitution = setInterval(date, 4);
+ self.addEventListener("scroll", function () {
+ date("viewport");
+ });
+
self.addEventListener("DOMContentLoaded", function () {
setTimeout(function () {
clearInterval(substitution);