Skip to content

Commit

Permalink
v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Aug 20, 2023
1 parent 418842d commit 4444f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion copyparty/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8

VERSION = (1, 9, 0)
VERSION = (1, 9, 1)
CODENAME = "prometheable"
BUILD_DT = (2023, 8, 20)

Expand Down
2 changes: 1 addition & 1 deletion copyparty/web/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -4642,7 +4642,7 @@ function tree_up(justgo) {
return;
}
if (act.previousSibling.textContent == '-') {
treectl.treego.call(act.previousSibling);
act.previousSibling.click();
if (!justgo)
return;
}
Expand Down

0 comments on commit 4444f0f

Please sign in to comment.