From dd7dafa1b2201ea123d34dae79150b23279ba674 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Tue, 15 Feb 2022 16:11:00 -0700 Subject: [PATCH] ok that wasnt so bad --- spike/review/reinvent/ezmded/ui/templates/_filetree.ctmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spike/review/reinvent/ezmded/ui/templates/_filetree.ctmpl b/spike/review/reinvent/ezmded/ui/templates/_filetree.ctmpl index 45d26fc..3c9e0f2 100644 --- a/spike/review/reinvent/ezmded/ui/templates/_filetree.ctmpl +++ b/spike/review/reinvent/ezmded/ui/templates/_filetree.ctmpl @@ -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 `