v1.9.1
This commit is contained in:
parent
418842d2d3
commit
4444f0f6ff
@ -1,6 +1,6 @@
|
|||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
VERSION = (1, 9, 0)
|
VERSION = (1, 9, 1)
|
||||||
CODENAME = "prometheable"
|
CODENAME = "prometheable"
|
||||||
BUILD_DT = (2023, 8, 20)
|
BUILD_DT = (2023, 8, 20)
|
||||||
|
|
||||||
|
@ -4642,7 +4642,7 @@ function tree_up(justgo) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (act.previousSibling.textContent == '-') {
|
if (act.previousSibling.textContent == '-') {
|
||||||
treectl.treego.call(act.previousSibling);
|
act.previousSibling.click();
|
||||||
if (!justgo)
|
if (!justgo)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user