reattach tooltips on column show/hide

This commit is contained in:
ed 2021-07-18 23:14:57 +02:00
parent 8eb8043a3d
commit f4ca62b664

View file

@ -2726,6 +2726,10 @@ var filecols = (function () {
for (var b = 0, bb = tds.length; b < bb; b++)
tds[b].setAttribute('class', cls);
}
if (window['tt']) {
tt.att(ebi('hcols'));
tt.att(QS('#files thead'));
}
};
set_style();