mirror of
https://github.com/9001/copyparty.git
synced 2026-01-13 00:02:40 -07:00
dont switch to treeview on play into next folder
This commit is contained in:
parent
e74ad5132a
commit
6b2720fab0
|
|
@ -3714,6 +3714,7 @@ function tree_neigh(n) {
|
|||
if (!links.length) {
|
||||
treectl.dir_cb = function () {
|
||||
tree_neigh(n);
|
||||
treectl.detree();
|
||||
};
|
||||
treectl.entree(null, true);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue