mirror of
https://github.com/9001/copyparty.git
synced 2026-06-22 05:53:29 -06:00
scroll up on hide columns mode toggle
This commit is contained in:
parent
0e74f12955
commit
1e928f2469
|
|
@ -8938,7 +8938,6 @@ var filecols = (function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
ebi('hcolsh').onclick = function (e) {
|
ebi('hcolsh').onclick = function (e) {
|
||||||
ev(e);
|
|
||||||
clmod(this, 'on', !r.picking)
|
clmod(this, 'on', !r.picking)
|
||||||
if (r.picking)
|
if (r.picking)
|
||||||
return r.unpick();
|
return r.unpick();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue