summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/menu.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/menu.pl b/scripts/menu.pl
index f873398f..ad362c1c 100644
--- a/scripts/menu.pl
+++ b/scripts/menu.pl
@@ -105,6 +105,7 @@ there nodes which are supposed to be open are marked.
sub expanding_menu {
my ($request) = @_;
+ print STDERR 'Breakpoint\n';
if ($request->{'open'} !~ s/:$request->{id}:/:/){
$request->{'open'} .= ":$request->{id}:";
}