From 47efccc56929df26521e5cdfa4b7204ca7cc8a52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 17 Aug 2011 12:01:55 +0200 Subject: [PATCH] =?utf8?q?Javascript=20f=C3=BCr=20die=20toolbox=20korrigie?= =?utf8?q?rt,=20so=20dass=20das=20Men=C3=BC=20funktioniert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- xslt/xulmenu.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xslt/xulmenu.xsl b/xslt/xulmenu.xsl index fcd410f45..a5c109c01 100644 --- a/xslt/xulmenu.xsl +++ b/xslt/xulmenu.xsl @@ -185,7 +185,7 @@ } else { - var bf=document.getElementsByTagNameNS("http://www.w3.org/1999/xhtml","iframe").item(0) + var bf=document.getElementById("main_window") bf.setAttribute("src",path) } } -- 2.20.1