From 7dd06a2fbd68e533c185d0e675b2b7855f9aaa18 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 10 Aug 2018 13:40:44 +0100 Subject: [PATCH] click less, fix tree --- ontology/ontology.json | 2 +- static/ontology/index.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ontology/ontology.json b/ontology/ontology.json index 69ef9f1..664e79b 100644 --- a/ontology/ontology.json +++ b/ontology/ontology.json @@ -88,7 +88,7 @@ } }, "the everyday": { - "environment": { + "everydayness": { "everydayness action": {}, "everydayness space": {} }, diff --git a/static/ontology/index.js b/static/ontology/index.js index 68caac5..e30a0fb 100644 --- a/static/ontology/index.js +++ b/static/ontology/index.js @@ -73,7 +73,6 @@ function update(source) { nodeEnter.append("circle") .attr("r", 1e-6) - .on("click", click) .style("fill", get_color) nodeEnter.append("text")