Allow for HTML in table row

This commit is contained in:
phl0
2023-05-02 18:20:08 +02:00
parent 0c5c94d191
commit 45e91c2b0c

View File

@@ -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);