kopia lustrzana https://github.com/magicbug/Cloudlog
[Advanced Logbook] Fixed tooltip for updated rows
rodzic
ff0bee50d5
commit
4975072693
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue