mirror of
https://github.com/9001/copyparty.git
synced 2025-11-04 22:03:21 +00:00
ensure ?ls not from tx_ls_vols (unmapped root)
fixes regression in 8f6194fe
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user