ok that wasnt so bad
This commit is contained in:
@@ -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 `
|
||||||
|
|||||||
Reference in New Issue
Block a user