diff --git a/src/components/visualizations/SearchTree.ts b/src/components/visualizations/SearchTree.ts index 6e964ff..374fdee 100644 --- a/src/components/visualizations/SearchTree.ts +++ b/src/components/visualizations/SearchTree.ts @@ -11,7 +11,7 @@ function constructSearchtree(t: NcbiTree, il: boolean, rerootCallback = (x: any) let that = {}, dataTree = t, data = t.root, - equateIL = il ? "equateIL" : ""; + equateIL = il ? "true" : "false"; let tree, items; @@ -126,13 +126,12 @@ function constructSearchtree(t: NcbiTree, il: boolean, rerootCallback = (x: any) $("span.clicked").removeClass("clicked"); $(this).addClass("clicked"); - infoPane .html(`