From 88e210d84d536b13fda8600d201b940441e2a7b7 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Wed, 25 Aug 2021 14:55:26 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03928=20Use=20a=20more=20precise=20select?= =?UTF-8?q?or=20for=20tooltips=20singleton?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/simple_graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/simple_graph.js b/js/simple_graph.js index b54a6d19e..bd164c015 100644 --- a/js/simple_graph.js +++ b/js/simple_graph.js @@ -903,7 +903,7 @@ $(function() } }); for(let sTooltipGroupKey in aTooltipGroups) { - CombodoTooltip.InitSingletonFromSelector('[data-id="' + aTooltipGroups[sTooltipGroupKey] + '"]'); + CombodoTooltip.InitSingletonFromSelector('.itop-simple-graph [data-id="' + aTooltipGroups[sTooltipGroupKey] + '"]'); } }, _get_tooltip_content: function(sNodeId)