X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/74fca575d438232002756175338c23f55b8a6c12..28d69bb85e934088a56e6e8458cd08d3794e1f8b:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 15d66cec9..eaee0965a 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -40,7 +40,6 @@ package Form; use Data::Dumper; use CGI; -use CGI::Ajax; use Cwd; use Encode; use File::Copy; @@ -702,6 +701,7 @@ sub header { '', '', '', + '', ''; push @header, $self->{javascript} if $self->{javascript}; push @header, map { $_->show_javascript } @{ $self->{AJAX} || [] };