From 4444f0f6ffe6b37fe052ae77ce1fb1c666ab4d8d Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 20 Aug 2023 23:38:42 +0000 Subject: [PATCH] v1.9.1 --- copyparty/__version__.py | 2 +- copyparty/web/browser.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index db05e0cf..881f6dd0 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (1, 9, 0) +VERSION = (1, 9, 1) CODENAME = "prometheable" BUILD_DT = (2023, 8, 20) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 555e93a3..afb58f2c 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -4642,7 +4642,7 @@ function tree_up(justgo) { return; } if (act.previousSibling.textContent == '-') { - treectl.treego.call(act.previousSibling); + act.previousSibling.click(); if (!justgo) return; }