From 3718e3f5fb54c4ad54ed313d59ff82c9941fed26 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Mon, 10 Sep 2007 17:13:24 +0000 Subject: Fixing new window logic git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1553 4979c152-3d1c-0410-bac9-87ea11338e46 --- scripts/menu.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/menu.pl b/scripts/menu.pl index dec08671..6154fa45 100644 --- a/scripts/menu.pl +++ b/scripts/menu.pl @@ -40,6 +40,9 @@ to the drilldown_menu. Otherwise, it routes to expanding_menu. sub __default { my ($request) = @_; + if ($request->{new}){ + root_doc($request); + } if ($request->{menubar}){ drilldown_menu($request); } else { -- cgit v1.2.3