roster: promote SNR from tooltip to in-spot

merge-requests/31/head
Paul Traina 2020-10-30 14:02:28 -07:00
rodzic 65449aec2e
commit 313a8932d6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1512,7 +1512,7 @@ function viewRoster()
worker += "<td style='color:#0F0;' align='center'>"+ (thisCall in window.opener.g_oqrsCallsigns ? "&#10004;" : "")+"</td>";
if ( g_rosterSettings.columns.Spot )
worker += "<td style='color:#EEE;' class='spotCol' id='sp"+thisCall+newCallList[x].band+newCallList[x].mode+"' "+ (spotSnr?"title='"+spotSnr+"'" :"")+">"+ spotString +"</td>";
worker += "<td style='color:#EEE;' class='spotCol' id='sp"+thisCall+newCallList[x].band+newCallList[x].mode+"' "+ (spotSnr?"title='"+spotSnr+"'" :"")+">"+ spotString + (spotSnr?" / " + spotSnr:"") +"</td>";
if ( g_rosterSettings.columns.Life )
worker += "<td style='color:#EEE;' class='lifeCol' id='lm"+thisCall+newCallList[x].band+newCallList[x].mode+"'>"+ (timeNowSec() - newCallList[x].life).toDHMS() +"</td>";