From 99799253d507f545ad87254e0145510d3f3fa8ef Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 25 Oct 2001 13:14:47 +0000 Subject: [PATCH] Clicking on the AREA and not on the menu just pop-ups the menu again instead of crashing. --- helm/on-line/xslt/makeGraphLinks.xsl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm/on-line/xslt/makeGraphLinks.xsl b/helm/on-line/xslt/makeGraphLinks.xsl index 10a548519..f015511b6 100644 --- a/helm/on-line/xslt/makeGraphLinks.xsl +++ b/helm/on-line/xslt/makeGraphLinks.xsl @@ -58,6 +58,7 @@ function HM_f_PopDown(){return false}; popUp = HM_f_PopUp; popDown = HM_f_PopDown; var selectedURI; +var lastEvent; ]]>