CSV Download and Notes highlight

This commit is contained in:
2025-03-16 17:17:42 +00:00
parent 82f2c5c16c
commit 935e13d44b
7 changed files with 141 additions and 115 deletions

View File

@@ -8,7 +8,7 @@
let now = new Date();
let localDatetime = now.toISOString().slice(0, 16); // Format for datetime-local input
document.getElementById("eta").value = localDatetime;
document.getElementById("etd").value = localDatetime;
// document.getElementById("etd").value = localDatetime;
});
function fetchResults() {