Skip to content

Commit 9cde235

Browse files
committed
v0.9.4
1 parent 482dd7a commit 9cde235

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

copyparty/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# coding: utf-8
22

3-
VERSION = (0, 9, 3)
3+
VERSION = (0, 9, 4)
44
CODENAME = "the strongest music server"
5-
BUILD_DT = (2021, 3, 4)
5+
BUILD_DT = (2021, 3, 5)
66

77
S_VERSION = ".".join(map(str, VERSION))
88
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

copyparty/web/util.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ function goto(dest) {
173173
for (var a = obj.length - 1; a >= 0; a--)
174174
obj[a].classList.remove('act');
175175

176-
var others = ['path', 'files', 'widget'];
177-
for (var a = 0; a < others.length; a++)
178-
ebi(others[a]).classList.remove('hidden');
179-
180176
if (dest) {
181177
var ui = ebi('op_' + dest);
182178
ui.classList.add('act');

0 commit comments

Comments
 (0)