Merge pull request #6 from phl0/htmlForQsl

Allow for HTML in table row
这个提交包含在:
Andreas Kristiansen 2023-05-02 18:21:18 +02:00 提交者 GitHub
当前提交 ff0bee50d5
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

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