mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -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');
|
var act = QS('#treeul a.hl');
|
||||||
if (!act) {
|
if (!act) {
|
||||||
treectl.dir_cb = tree_up;
|
treectl.dir_cb = function () {
|
||||||
|
tree_up(justgo);
|
||||||
|
treectl.detree();
|
||||||
|
};
|
||||||
treectl.entree(null, true);
|
treectl.entree(null, true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue