mirror of
https://github.com/9001/copyparty.git
synced 2025-09-30 13:42:27 -06:00
ensure ?ls not from tx_ls_vols (unmapped root)
fixes regression in 8f6194fe
This commit is contained in:
parent
6dbd9901b2
commit
0941fd4ec1
|
@ -18420,6 +18420,7 @@ var treectl = (function () {
|
||||||
try {
|
try {
|
||||||
var res = JSON.parse(this.responseText);
|
var res = JSON.parse(this.responseText);
|
||||||
Object.assign(res, res.cfg);
|
Object.assign(res, res.cfg);
|
||||||
|
res.cfg.k;
|
||||||
}
|
}
|
||||||
catch (ex) {
|
catch (ex) {
|
||||||
if (r.ls_cb) {
|
if (r.ls_cb) {
|
||||||
|
|
Loading…
Reference in a new issue