From 8e54f306bdca65d42db4d18eefa98f57fc3dcac4 Mon Sep 17 00:00:00 2001 From: Quentin Santos Date: Thu, 24 Oct 2024 08:20:00 +0200 Subject: [PATCH] Log the actual times of contacts --- src/contest.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/contest.js b/src/contest.js index 4d86fad..67db5ee 100644 --- a/src/contest.js +++ b/src/contest.js @@ -153,10 +153,11 @@ async function sendReportAndNumber() { const theirCallSign = document.getElementById("their-call-sign").value; const theirReport = document.getElementById("their-report").value; const theirNumber = document.getElementById("their-number").value; + const time = new Date().toISOString(); const contactLogEntry = document.createElement('TR'); contactLogEntry.innerHTML = ` ${yourNumber} - 12:34 + ${theirCallSign} ${yourReport} ${theirReport} ${theirNumber}