mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12: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]';
|
||||
despin('#tree');
|
||||
reload_tree();
|
||||
onresize();
|
||||
|
||||
var fun = r.dir_cb;
|
||||
if (fun) {
|
||||
|
@ -3916,6 +3915,7 @@ var treectl = (function () {
|
|||
catch (ex) { }
|
||||
r.pdir.shift();
|
||||
r.pdirw = -1;
|
||||
onresize();
|
||||
}
|
||||
|
||||
function compy() {
|
||||
|
|
Loading…
Reference in a new issue