mirror of
https://github.com/9001/copyparty.git
synced 2025-09-30 21:52:27 -06:00
fix medialinks sans ls0 (closes #809);
on a browser's very first visit, the first page load would not hydrate correctly, initializing msel without file-IDs, causing medialinks (#gf-0f6f5c0d) to throw an error
This commit is contained in:
parent
fd331a545d
commit
5996a58b20
|
@ -3427,7 +3427,8 @@ if (QS('#op_up2k.act'))
|
||||||
goto_up2k();
|
goto_up2k();
|
||||||
|
|
||||||
apply_perms({ "perms": perms, "frand": frand, "u2ts": u2ts });
|
apply_perms({ "perms": perms, "frand": frand, "u2ts": u2ts });
|
||||||
fileman.render();
|
if (ls0)
|
||||||
|
fileman.render();
|
||||||
|
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
|
|
Loading…
Reference in a new issue