mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06: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) {
|
if (!links.length) {
|
||||||
treectl.dir_cb = function () {
|
treectl.dir_cb = function () {
|
||||||
tree_neigh(n);
|
tree_neigh(n);
|
||||||
|
treectl.detree();
|
||||||
};
|
};
|
||||||
treectl.entree(null, true);
|
treectl.entree(null, true);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue