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}