mirror of
https://github.com/9001/copyparty.git
synced 2025-12-27 10:15:16 -05:00
apply per-volume sb_lg during navigation (#967)
Signed-off-by: Carson <57198646+carson-coder@users.noreply.github.com>
This commit is contained in:
@@ -7194,6 +7194,7 @@ var treectl = (function () {
|
||||
|
||||
var lg0 = res.logues ? res.logues[0] || "" : "",
|
||||
lg1 = res.logues ? res.logues[1] || "" : "",
|
||||
sb_lg = res.sb_lg || "",
|
||||
mds = res.readmes && treectl.ireadme,
|
||||
md0 = mds ? res.readmes[0] || "" : "",
|
||||
md1 = mds ? res.readmes[1] || "" : "",
|
||||
|
||||
Reference in New Issue
Block a user