New maps in progress... (fixed js error)

This commit is contained in:
Arturo Gonzalez 2016-02-24 16:58:09 +01:00
parent b7d4c97334
commit 6c35f5e64a
1 changed files with 2 additions and 3 deletions

View File

@ -205,8 +205,7 @@ MapController.prototype.init_events = function(principalObject) {
self = this; self = this;
$(this._target + " svg *, " + this._target + " svg") $(this._target + " svg *, " + this._target + " svg")
.on("mousedown", {map: this}, this.click_event); .off("mousedown", {map: this}, this.click_event);
d3.selectAll(".node") d3.selectAll(".node")
.on("mouseover", function(d) { .on("mouseover", function(d) {