This commit is contained in:
dev sp
2023-12-06 14:06:21 +00:00
parent 401b4c8e39
commit 20f8733de1
64 changed files with 64 additions and 64 deletions

View File

@@ -91,7 +91,7 @@ import Layout from "../../layouts/Layout.astro";
window.onload = function() {
currentDate = new Date();
formattedDateTime = currentDate.toLocaleString();
console.log("Page loaded on: " + formattedDateTime);
// console.log("Page loaded on: " + formattedDateTime);
};
// let hideButton;