From 6935303e6ab687e8c50e9021568112ad649a61e5 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Thu, 10 Feb 2022 11:05:27 -0700 Subject: [PATCH] variable for title length in tree --- spike/review/reinvent/ezmded/ui/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spike/review/reinvent/ezmded/ui/index.html b/spike/review/reinvent/ezmded/ui/index.html index ac9a9cf..48b7873 100644 --- a/spike/review/reinvent/ezmded/ui/index.html +++ b/spike/review/reinvent/ezmded/ui/index.html @@ -209,8 +209,9 @@ function drawTree() { function htmlifyBranch(id, branch) { + const maxTreeTitleLength = 35 var parent = ` - + ` if (id == "") {