[2025-04-13] Fix timestamp logging

This commit is contained in:
Andrew Conlin 2025-04-13 19:26:10 +01:00
parent e59d5a7c36
commit 5489c69d04

View File

@ -13,6 +13,6 @@
input.value = timestamp;
form = document.getElementById("form")
form.submit();
console.log(time);
console.log(timestamp);
}
</script>