mirror of
https://github.com/9001/copyparty.git
synced 2026-03-17 05:33:34 +10:00
improve parent-folder button on phones
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user