From: Holger Lindemann Date: Mon, 15 Jan 2007 10:21:01 +0000 (+0000) Subject: Beim Klick auf den Textlink werden die Serveraufrufe doppelt ausgeführt. X-Git-Tag: release-2.4.1~1^2~42 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=29306528082f58ba09758935c5250f80aa775fd5;p=kivitendo-erp.git Beim Klick auf den Textlink werden die Serveraufrufe doppelt ausgeführt. Das führt zu Problemen bei Scripten die sofort eine Aktion ausführen. --- diff --git a/bin/mozilla/menunew.pl b/bin/mozilla/menunew.pl index 0ee610d11..b51deec80 100644 --- a/bin/mozilla/menunew.pl +++ b/bin/mozilla/menunew.pl @@ -263,8 +263,10 @@ function Item(text, href, frame, length, spacing, target) { this.target = target; this.ref = null; } -function go(link) { - top.main_window.location=link; +function go(link,frame) { + tmp=eval("top."+frame); + tmp.location=link; + //top.main_window.location=link; } function writeMenus() { if (!isDOM && !isIE4 && !isNS4) return; @@ -283,14 +285,10 @@ function writeMenus() { str += ''; str += ''; - if (href!="#") { - str +=''; - } else { - str +=''; - } + str +=''; if (target > 0) { menu[target][0].parentMenu = currMenu; menu[target][0].parentItem = currItem;
' : '>') + text + '
' : '>') + text + '
' + text + '