X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c22cbab96b805adac331ce07764070b78c48783f..3c2e635c3d0f16fc53c49fd7a4fa91ab7e92796b:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index f0bb0e2cb..68272b31c 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -674,13 +674,22 @@ sub header { |; } - my $fokus = qq| document.$self->{fokus}.focus();| if ($self->{"fokus"}); + my $fokus = qq| + + | if $self->{"fokus"}; #Set Calendar my $jsscript = ""; if ($self->{jsscript} == 1) { $jsscript = qq| + @@ -711,13 +720,7 @@ sub header { $jsscript $ajax - + $fokus