merge-requests/237/merge test_1.23.0204
Tag 2023-02-03 17:03:56 -08:00
rodzic 09b7a67ba0
commit e7fb0e5124
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -6679,7 +6679,7 @@ function handleWsjtxDecode(newMessage)
g_appSettings.gtModeFilter == "Digital") g_appSettings.gtModeFilter == "Digital")
) )
{ {
rect = qthToBox(theirQTH, msgDEcallsign, CQ,false, msgDXcallsign, newMessage.OB, null, hash); rect = qthToBox(theirQTH, msgDEcallsign, CQ, false, msgDXcallsign, newMessage.OB, null, hash);
canPath = true; canPath = true;
} }

Wyświetl plik

@ -744,7 +744,7 @@ function updateAwardList(target = null)
: "<img src='./img/award-empty.png' height='12px'>"), : "<img src='./img/award-empty.png' height='12px'>"),
tooltip tooltip
); );
createCell(row,"enable", award.enable, award.enable, "Toggle Tracking", true); createCell(row, "enable", award.enable, award.enable, "Toggle Tracking", true);
createCellHtml(row, "<img title='Remove Tracker' onclick='deleteAwardTracker(this)' style='margin:0;padding:0;margin-top:2px;cursor:pointer;' src='./img/award-delete.png' height='12px'>"); createCellHtml(row, "<img title='Remove Tracker' onclick='deleteAwardTracker(this)' style='margin:0;padding:0;margin-top:2px;cursor:pointer;' src='./img/award-delete.png' height='12px'>");
} }
} }