mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Improved lookup for callsigns and display of DXpedition DXCC name on alerts page #38
This commit is contained in:
@@ -66,7 +66,7 @@ function updateTable() {
|
||||
var time_formatted = time.format("HH:mm");
|
||||
|
||||
// Format DX flag
|
||||
var dx_flag = "<i class='fa-solid fa-circle-question'></i>";
|
||||
var dx_flag = "<i class='fa-solid fa-globe-africa'></i>";
|
||||
if (s["dx_flag"] && s["dx_flag"] != null && s["dx_flag"] != "") {
|
||||
dx_flag = s["dx_flag"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user