mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
improve parent-folder button on phones
This commit is contained in:
parent
35175fd685
commit
f57b31146d
|
@ -4289,7 +4289,10 @@ function tree_up(justgo) {
|
|||
|
||||
var act = QS('#treeul a.hl');
|
||||
if (!act) {
|
||||
treectl.dir_cb = tree_up;
|
||||
treectl.dir_cb = function () {
|
||||
tree_up(justgo);
|
||||
treectl.detree();
|
||||
};
|
||||
treectl.entree(null, true);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue