diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 7cf7dfd5..104c43ae 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -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; }