disable defunct node highlighting
This commit is contained in:
parent
cbe0d65a7a
commit
0509125505
|
@ -75,9 +75,9 @@ btns.append("button")
|
|||
.text("VPN")
|
||||
.on("click", update_graph)
|
||||
|
||||
cp.append("input")
|
||||
.on("keyup", function(){show_node(this.value)})
|
||||
.on("change", function(){show_node(this.value)})
|
||||
//cp.append("input")
|
||||
// .on("keyup", function(){show_node(this.value)})
|
||||
// .on("change", function(){show_node(this.value)})
|
||||
|
||||
function show_node(mac) {
|
||||
d3.selectAll("#chart .node")
|
||||
|
|
Loading…
Reference in a new issue