mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 19:42:30 +00:00
Allow for HTML in table row
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user