ok that wasnt so bad

master
Bel LaPointe 2022-02-15 16:11:00 -07:00
parent 701ba9c48f
commit dd7dafa1b2
1 changed files with 1 additions and 1 deletions

View File

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