mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-24 16:24:32 +00:00
Alert DX calls should be allowed to wrap
This commit is contained in:
+1
-1
@@ -283,7 +283,7 @@ function addAlertRowsToTable(tbody, alerts) {
|
|||||||
$tr.append(`<td class='nowrap'>${end_time_formatted}</td>`);
|
$tr.append(`<td class='nowrap'>${end_time_formatted}</td>`);
|
||||||
}
|
}
|
||||||
if (showDX) {
|
if (showDX) {
|
||||||
$tr.append(`<td class='nowrap'><span class='flag-wrapper hideonmobile' title='${dx_country}'>${dx_flag}</span>${dx_calls_html}${dx_country_html}</td>`);
|
$tr.append(`<td><span class='flag-wrapper hideonmobile' title='${dx_country}'>${dx_flag}</span>${dx_calls_html}${dx_country_html}</td>`);
|
||||||
}
|
}
|
||||||
if (showFreqsModes) {
|
if (showFreqsModes) {
|
||||||
$tr.append(`<td class='hideonmobile'>${freqsModesText}</td>`);
|
$tr.append(`<td class='hideonmobile'>${freqsModesText}</td>`);
|
||||||
|
|||||||
Reference in New Issue
Block a user