From 237e0f07ca21b407f95fe598cf2ccd16fe4c31fc Mon Sep 17 00:00:00 2001 From: Philip Reetz Date: Wed, 8 Apr 2009 14:00:43 +0000 Subject: [PATCH] Beim Oeffnen von neuen Fenster wurde max. ein neuer Tab geoeffnet --- xslt/xulmenu.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xslt/xulmenu.xsl b/xslt/xulmenu.xsl index 3731bd5ef..dd8a1b587 100644 --- a/xslt/xulmenu.xsl +++ b/xslt/xulmenu.xsl @@ -203,7 +203,7 @@ window.open(path,"_new","") function openLinkNewWindow(event) { var path=event.target.getAttribute("link") - window.open(path,"_new","") + window.open(path,"_blank","") } function openTreeLink(event) -- 2.20.1