New maps in progress...

This commit is contained in:
Arturo Gonzalez 2016-02-22 13:30:44 +01:00
parent 6fae17432a
commit 9648affaaa

View File

@ -178,7 +178,7 @@ Function tooltip_map_create
Return void
This function manages nodes tooltips
*/
MapController.prototype.tooltip_map_create = function(self, event, close) {
MapController.prototype.tooltip_map_create = function(self, event) {
var nodeR = parseInt($(event.currentTarget).attr("r"));
var node_id = $(event.currentTarget).attr("id");