mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
v0.9.4
This commit is contained in:
parent
482dd7a938
commit
9cde2352f3
|
@ -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)
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue