mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
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++)
|
for (var b = 0, bb = tds.length; b < bb; b++)
|
||||||
tds[b].setAttribute('class', cls);
|
tds[b].setAttribute('class', cls);
|
||||||
}
|
}
|
||||||
|
if (window['tt']) {
|
||||||
|
tt.att(ebi('hcols'));
|
||||||
|
tt.att(QS('#files thead'));
|
||||||
|
}
|
||||||
};
|
};
|
||||||
set_style();
|
set_style();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue