reattach tooltips on column show/hide
This commit is contained in:
parent
8eb8043a3d
commit
f4ca62b664
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user