mirror of
https://github.com/9001/copyparty.git
synced 2025-11-24 07:23:22 -07:00
Fix sb_lg not changing when changing dirs
Signed-off-by: Carson <57198646+carson-coder@users.noreply.github.com>
This commit is contained in:
parent
2cc53ea151
commit
1749efa1c1
|
|
@ -7194,6 +7194,7 @@ var treectl = (function () {
|
||||||
|
|
||||||
var lg0 = res.logues ? res.logues[0] || "" : "",
|
var lg0 = res.logues ? res.logues[0] || "" : "",
|
||||||
lg1 = res.logues ? res.logues[1] || "" : "",
|
lg1 = res.logues ? res.logues[1] || "" : "",
|
||||||
|
sb_lg = res.sb_lg || "",
|
||||||
mds = res.readmes && treectl.ireadme,
|
mds = res.readmes && treectl.ireadme,
|
||||||
md0 = mds ? res.readmes[0] || "" : "",
|
md0 = mds ? res.readmes[0] || "" : "",
|
||||||
md1 = mds ? res.readmes[1] || "" : "",
|
md1 = mds ? res.readmes[1] || "" : "",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue