Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
9001 committed Mar 5, 2021

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sohkai Brett Sun
1 parent 482dd7a commit 9cde235
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions copyparty/__version__.py
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 0 additions & 4 deletions copyparty/web/util.js
Original file line number Diff line number Diff line change
@@ -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');

0 comments on commit 9cde235

Please sign in to comment.