[Advanced Logbook] Fixed tooltip for updated rows

pull/2106/head
Andreas 2023-05-02 18:24:07 +02:00
rodzic ff0bee50d5
commit 4975072693
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -34,6 +34,8 @@ function updateRow(qso) {
cells.eq(c++).text(qso.state);
cells.eq(c++).text(qso.cqzone);
cells.eq(c++).text(qso.iota);
$('[data-toggle="tooltip"]').tooltip();
return row;
}