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:
ed 2025-09-16 22:28:41 +00:00
parent fd331a545d
commit 5996a58b20

View file

@ -3427,7 +3427,8 @@ if (QS('#op_up2k.act'))
goto_up2k();
apply_perms({ "perms": perms, "frand": frand, "u2ts": u2ts });
fileman.render();
if (ls0)
fileman.render();
(function () {