mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v1.9.1
This commit is contained in:
parent
418842d2d3
commit
4444f0f6ff
|
@ -1,6 +1,6 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (1, 9, 0)
|
||||
VERSION = (1, 9, 1)
|
||||
CODENAME = "prometheable"
|
||||
BUILD_DT = (2023, 8, 20)
|
||||
|
||||
|
|
|
@ -4642,7 +4642,7 @@ function tree_up(justgo) {
|
|||
return;
|
||||
}
|
||||
if (act.previousSibling.textContent == '-') {
|
||||
treectl.treego.call(act.previousSibling);
|
||||
act.previousSibling.click();
|
||||
if (!justgo)
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue