mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
fix dynamic tree sizing
This commit is contained in:
parent
f38a3fca5b
commit
58e559918f
|
@ -3863,7 +3863,6 @@ var treectl = (function () {
|
||||||
QS('#treeul>li>a+a').textContent = '[root]';
|
QS('#treeul>li>a+a').textContent = '[root]';
|
||||||
despin('#tree');
|
despin('#tree');
|
||||||
reload_tree();
|
reload_tree();
|
||||||
onresize();
|
|
||||||
|
|
||||||
var fun = r.dir_cb;
|
var fun = r.dir_cb;
|
||||||
if (fun) {
|
if (fun) {
|
||||||
|
@ -3916,6 +3915,7 @@ var treectl = (function () {
|
||||||
catch (ex) { }
|
catch (ex) { }
|
||||||
r.pdir.shift();
|
r.pdir.shift();
|
||||||
r.pdirw = -1;
|
r.pdirw = -1;
|
||||||
|
onresize();
|
||||||
}
|
}
|
||||||
|
|
||||||
function compy() {
|
function compy() {
|
||||||
|
|
Loading…
Reference in a new issue