We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482dd7a commit 9cde235Copy full SHA for 9cde235
copyparty/__version__.py
@@ -1,8 +1,8 @@
1
# coding: utf-8
2
3
-VERSION = (0, 9, 3)
+VERSION = (0, 9, 4)
4
CODENAME = "the strongest music server"
5
-BUILD_DT = (2021, 3, 4)
+BUILD_DT = (2021, 3, 5)
6
7
S_VERSION = ".".join(map(str, VERSION))
8
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
copyparty/web/util.js
@@ -173,10 +173,6 @@ function goto(dest) {
173
for (var a = obj.length - 1; a >= 0; a--)
174
obj[a].classList.remove('act');
175
176
- var others = ['path', 'files', 'widget'];
177
- for (var a = 0; a < others.length; a++)
178
- ebi(others[a]).classList.remove('hidden');
179
-
180
if (dest) {
181
var ui = ebi('op_' + dest);
182
ui.classList.add('act');
0 commit comments