delete nonexist function call

This commit is contained in:
reschan 2022-06-24 09:51:43 +07:00
parent cba1bb5eb0
commit e86152af18

View file

@ -162,8 +162,6 @@ function construct_AT(elem, tree) {
this.classList.add("atree-selected"); this.classList.add("atree-selected");
this.style.backgroundImage = 'url("../media/atree/node-selected.png")'; 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); document.getElementById("atree-row-" + node.display.row).children[node.display.col].appendChild(node_elem);
}; };