ok that wasnt so bad

This commit is contained in:
Bel LaPointe
2022-02-15 16:11:00 -07:00
parent 701ba9c48f
commit dd7dafa1b2

View File

@@ -34,7 +34,7 @@
`
}
function leafHTML(id, branch) {
const href=id ? id : "#"
const href="/ui/files/" + (id ? id : "#")
const name=`filetree-leaf-${id}`
const title=id ? branch.Leaf.Title : "ROOT"
return `