From 9cde2352f3081faf83ea0253235b2c26bcfd69e8 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 5 Mar 2021 02:06:18 +0100 Subject: [PATCH] v0.9.4 --- copyparty/__version__.py | 4 ++-- copyparty/web/util.js | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 43984fda..f69adc7e 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (0, 9, 3) +VERSION = (0, 9, 4) CODENAME = "the strongest music server" -BUILD_DT = (2021, 3, 4) +BUILD_DT = (2021, 3, 5) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/copyparty/web/util.js b/copyparty/web/util.js index 37d59e1e..660aa33b 100644 --- a/copyparty/web/util.js +++ b/copyparty/web/util.js @@ -173,10 +173,6 @@ function goto(dest) { for (var a = obj.length - 1; a >= 0; a--) obj[a].classList.remove('act'); - var others = ['path', 'files', 'widget']; - for (var a = 0; a < others.length; a++) - ebi(others[a]).classList.remove('hidden'); - if (dest) { var ui = ebi('op_' + dest); ui.classList.add('act');