From de1342527f2458fd185ec13a657d5d0a0be35e05 Mon Sep 17 00:00:00 2001 From: terrtia Date: Mon, 10 Jun 2024 10:10:45 +0900 Subject: [PATCH] fix: [relationships] objects link --- var/www/templates/correlation/show_relationship.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }