Add support for WA7BNM Contest Calendar. Closes #106

This commit is contained in:
Ian Renton
2026-09-10 16:45:40 +01:00
parent be625c40a4
commit 94dc9044c4
14 changed files with 163 additions and 98 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ function addAlertRowsToTable(tbody, alerts) {
commentText = escapeHtml(a["comment"]);
}
if (a["url"] != null) {
commentText = `<a href="${escapeHtml(a['url'])}" target="_new">${commentText}</a>`;
commentText += ` <a href="${escapeHtml(a['url'])}" target="_new" style="text-decoration: none">🔗</a>`;
}
// Sig or fallback to source