Allow for HTML in table row

pull/2106/head
phl0 2023-05-02 18:20:08 +02:00
rodzic 0c5c94d191
commit 45e91c2b0c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 48EA1E640798CA9A
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -26,9 +26,9 @@ function updateRow(qso) {
cells.eq(c++).text(qso.dxRefs);
cells.eq(c++).text(qso.name);
cells.eq(c++).text(qso.qslVia);
cells.eq(c++).text(qso.qsl);
cells.eq(c++).text(qso.lotw);
cells.eq(c++).text(qso.eqsl);
cells.eq(c++).html(qso.qsl);
cells.eq(c++).html(qso.lotw);
cells.eq(c++).html(qso.eqsl);
cells.eq(c++).text(qso.qslMessage);
cells.eq(c++).text(qso.dxcc);
cells.eq(c++).text(qso.state);