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); }