kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Merge branch '7-remove-primary-prefix-from-dxcc-in-call-roster' into 'master'
Moved DXCC Primary Prefix to Title mouseover Closes #7 See merge request gridtracker.org/gridtracker!54pipelines/272270410
commit
3a5572cfcd
|
@ -1860,17 +1860,13 @@ function viewRoster()
|
||||||
if (g_rosterSettings.columns.DXCC)
|
if (g_rosterSettings.columns.DXCC)
|
||||||
{
|
{
|
||||||
worker +=
|
worker +=
|
||||||
"<td name='DXCC (" +
|
"<td title='" + window.opener.g_worldGeoData[window.opener.g_dxccToGeoData[newCallList[x].dxcc]].pp +
|
||||||
|
"' name='DXCC (" +
|
||||||
newCallList[x].dxcc +
|
newCallList[x].dxcc +
|
||||||
")' " +
|
")' " +
|
||||||
newCallList[x].style.dxcc +
|
newCallList[x].style.dxcc +
|
||||||
">" +
|
">" +
|
||||||
window.opener.g_dxccToAltName[newCallList[x].dxcc] +
|
window.opener.g_dxccToAltName[newCallList[x].dxcc] + "</td>";
|
||||||
" (" +
|
|
||||||
window.opener.g_worldGeoData[
|
|
||||||
window.opener.g_dxccToGeoData[newCallList[x].dxcc]
|
|
||||||
].pp +
|
|
||||||
")</td>";
|
|
||||||
}
|
}
|
||||||
if (g_rosterSettings.columns.Flag)
|
if (g_rosterSettings.columns.Flag)
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue