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")