delete nonexist function call
This commit is contained in:
parent
cba1bb5eb0
commit
e86152af18
1 changed files with 0 additions and 2 deletions
|
@ -162,8 +162,6 @@ function construct_AT(elem, tree) {
|
|||
this.classList.add("atree-selected");
|
||||
this.style.backgroundImage = 'url("../media/atree/node-selected.png")';
|
||||
}
|
||||
|
||||
toggle_connectors(connector_list);
|
||||
});
|
||||
document.getElementById("atree-row-" + node.display.row).children[node.display.col].appendChild(node_elem);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue