mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
fix wordwrap not being set initially
This commit is contained in:
parent
730b1fff71
commit
6b15df3bcd
|
@ -3322,6 +3322,7 @@ var treectl = (function () {
|
||||||
clmod(ebi('tree'), 'nowrap', !v);
|
clmod(ebi('tree'), 'nowrap', !v);
|
||||||
reload_tree();
|
reload_tree();
|
||||||
}
|
}
|
||||||
|
setwrap(r.wtree);
|
||||||
|
|
||||||
r.entree = function (e) {
|
r.entree = function (e) {
|
||||||
ev(e);
|
ev(e);
|
||||||
|
|
Loading…
Reference in a new issue