From f4ca62b664a40339fd34eff022c42e3b278811e6 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 18 Jul 2021 23:14:57 +0200 Subject: [PATCH] reattach tooltips on column show/hide --- copyparty/web/browser.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 8952afa0..1882079b 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -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();