From db53fb4baee692ca00c7861be8cfc86c61c7703a Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 5 Dec 2006 15:33:15 +0000 Subject: [PATCH] =?utf8?q?=C3=84nderungen=20von=20Holger:=20ein=20Fehler?= =?utf8?q?=20und=20mehr=20Komfort?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/menunew.pl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/bin/mozilla/menunew.pl b/bin/mozilla/menunew.pl index 0ee610d11..1aa7685ac 100644 --- a/bin/mozilla/menunew.pl +++ b/bin/mozilla/menunew.pl @@ -263,9 +263,6 @@ function Item(text, href, frame, length, spacing, target) { this.target = target; this.ref = null; } -function go(link) { - top.main_window.location=link; -} function writeMenus() { if (!isDOM && !isIE4 && !isNS4) return; for (currMenu = 0; currMenu < menu.length; currMenu++) with (menu[currMenu][0]) { @@ -285,12 +282,7 @@ function writeMenus() { } if (borderClass) str += 'class="' + borderClass + '" '; str += 'onMouseOver="popOver(' + currMenu + ',' + currItem + ')" onMouseOut="popOut(' + currMenu + ',' + currItem + ')">'; - str += ''; - if (href!="#") { - str +=''; - } else { - str +=''; - } + str += '
' : '>') + text + '
' : '>') + text + '
'; if (target > 0) { menu[target][0].parentMenu = currMenu; menu[target][0].parentItem = currItem; -- 2.20.1
' + '' : '>') + text + '