New maps in progress... (fixed js error)
This commit is contained in:
parent
b7d4c97334
commit
6c35f5e64a
|
@ -205,9 +205,8 @@ MapController.prototype.init_events = function(principalObject) {
|
|||
self = this;
|
||||
|
||||
$(this._target + " svg *, " + this._target + " svg")
|
||||
.on("mousedown", {map: this}, this.click_event);
|
||||
|
||||
|
||||
.off("mousedown", {map: this}, this.click_event);
|
||||
|
||||
d3.selectAll(".node")
|
||||
.on("mouseover", function(d) {
|
||||
d3.select("#node_" + d['graph_id'])
|
||||
|
|
Loading…
Reference in New Issue