Merge pull request #6 from phl0/htmlForQsl

Allow for HTML in table row
pull/2106/head
Andreas Kristiansen 2023-05-02 18:21:18 +02:00 zatwierdzone przez GitHub
commit ff0bee50d5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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);