click less, fix tree

This commit is contained in:
j 2018-08-10 13:40:44 +01:00
parent caa807dbe2
commit 7dd06a2fbd
2 changed files with 1 additions and 2 deletions

View File

@ -88,7 +88,7 @@
}
},
"the everyday": {
"environment": {
"everydayness": {
"everydayness action": {},
"everydayness space": {}
},

View File

@ -73,7 +73,6 @@ function update(source) {
nodeEnter.append("circle")
.attr("r", 1e-6)
.on("click", click)
.style("fill", get_color)
nodeEnter.append("text")