mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-20 14:27:42 +00:00
Add support for WA7BNM Contest Calendar. Closes #106
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user