diff --git a/var/www/templates/correlation/show_relationship.html b/var/www/templates/correlation/show_relationship.html index d77b09fa..80ba9e48 100644 --- a/var/www/templates/correlation/show_relationship.html +++ b/var/www/templates/correlation/show_relationship.html @@ -648,7 +648,7 @@ function zoomed(event, d) { container_graph.attr("transform", event.transform); } -function doubleclick (d) { +function doubleclick (event, d) { window.open(d.url, '_blank'); }