X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/6901d7ac0790ea74ca86c74c5bb3848ced09abc5..06d9802415e74e4b10cf3377cb1f38359f55ae3d:/xslt/xulmenu.xsl 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)