From 5489c69d041ac3978e019ec8f1a5a2a2159b4670 Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Sun, 13 Apr 2025 19:26:10 +0100 Subject: [PATCH] [2025-04-13] Fix timestamp logging --- build/templates/init.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/templates/init.html b/build/templates/init.html index a22f1f4..3944df9 100644 --- a/build/templates/init.html +++ b/build/templates/init.html @@ -13,6 +13,6 @@ input.value = timestamp; form = document.getElementById("form") form.submit(); - console.log(time); + console.log(timestamp); }