[2025-04-13] Fix timestamp logging
This commit is contained in:
parent
e59d5a7c36
commit
5489c69d04
@ -13,6 +13,6 @@
|
|||||||
input.value = timestamp;
|
input.value = timestamp;
|
||||||
form = document.getElementById("form")
|
form = document.getElementById("form")
|
||||||
form.submit();
|
form.submit();
|
||||||
console.log(time);
|
console.log(timestamp);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user